We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a65db1 commit 5ce929eCopy full SHA for 5ce929e
.github/workflows/test.yml
@@ -12,8 +12,8 @@ jobs:
12
fail-fast: false
13
matrix:
14
go-version:
15
- - '1.21.x'
16
- '1.22.x'
+ - '1.23.x'
17
os:
18
- ubuntu-latest
19
- macos-latest
@@ -33,7 +33,7 @@ jobs:
33
go test -race ./...
34
35
- name: Tidy
36
- if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.22.x' # no need to do this everywhere
+ if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23.x' # no need to do this everywhere
37
run: |
38
go mod tidy
39
go.mod
@@ -1,6 +1,6 @@
1
module github.com/rogpeppe/go-internal
2
3
-go 1.21
+go 1.22
4
5
require (
6
golang.org/x/mod v0.18.0
0 commit comments