There was an error while loading. Please reload this page.
1 parent 0ea3e85 commit 1efa3e2Copy full SHA for 1efa3e2
1 file changed
.github/workflows/go.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
strategy:
25
matrix:
26
- go: ["1.25", "1.26"]
+ go: ["1.26", "1.27"]
27
steps:
28
- name: Check out source
29
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
@@ -52,7 +52,7 @@ jobs:
52
- name: Set up Go
53
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
54
with:
55
- go-version: "1.25"
+ go-version: "1.26"
56
- name: golangci-lint
57
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
58
0 commit comments