We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5dc8ff commit dd6dbb2Copy full SHA for dd6dbb2
.github/workflows/test.yml
@@ -12,8 +12,8 @@ jobs:
12
fail-fast: false
13
matrix:
14
go-version:
15
- - '1.22.x'
16
- '1.23.x'
+ - '1.24.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.23.x' # no need to do this everywhere
+ if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.24.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.22.0
+go 1.23
4
5
require (
6
golang.org/x/mod v0.21.0
0 commit comments