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 1829ac8 commit 447da4dCopy full SHA for 447da4d
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
# Test on supported go compiler releases as well as the oldest version we support from go.mod.
22
- go: [ '1.21', 'oldstable', 'stable' ]
+ go: [ '1.23', 'oldstable', 'stable' ]
23
name: Go version ${{ matrix.go }}
24
steps:
25
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
go.mod
@@ -2,7 +2,7 @@ module github.com/golang/geo
2
3
// This declares what language features we use and may be updated freely up to "oldstable".
4
// Update .github/workflows/go.yml when bumping this version.
5
-go 1.21.0
+go 1.23.0
6
7
require (
8
github.com/google/go-cmp v0.7.0 // indirect
0 commit comments