Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
# Test on supported go compiler releases as well as the oldest version we support from go.mod.
go: [ '1.21', 'oldstable', 'stable' ]
go: [ '1.23', 'oldstable', 'stable' ]
name: Go version ${{ matrix.go }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/golang/geo

// This declares what language features we use and may be updated freely up to "oldstable".
// Update .github/workflows/go.yml when bumping this version.
go 1.21.0
go 1.23.0

require (
github.com/google/go-cmp v0.7.0 // indirect
Expand Down