We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51a199 commit 57a3b42Copy full SHA for 57a3b42
.github/workflows/test.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-version: [1.21.x, 1.22.x]
+ go-version: [1.22.x, 1.23.x]
8
os: [ubuntu-latest, macos-latest, windows-latest]
9
runs-on: ${{ matrix.os }}
10
steps:
@@ -17,7 +17,7 @@ jobs:
17
18
# Static checks from this point forward. Only run on one Go version and on
19
# Linux, since it's the fastest platform, and the tools behave the same.
20
- - if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.22.x'
+ - if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23.x'
21
run: diff <(echo -n) <(gofmt -s -d .)
22
23
run: go vet ./...
0 commit comments