Skip to content

Commit 686492e

Browse files
jmrabhinavdangeti
authored andcommitted
Test with 1.21 instead of 1.21.0 (golang#169)
I'm assuming this will get us the latest 1.21 release (currently 1.21.13) instead of 1.21.0. https://go.dev/doc/devel/release#go1.21.minor Add comments for when to update version based on discussion in golang#154
1 parent 29adb2f commit 686492e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
# Test on supported go compiler releases as well as the oldest version we support from go.mod.
22-
go: [ '1.21.0', 'oldstable', 'stable' ]
22+
go: [ '1.21', 'oldstable', 'stable' ]
2323
name: Go version ${{ matrix.go }}
2424
steps:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module github.com/blevesearch/geo
22

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.
35
go 1.21.0
46

57
require (

0 commit comments

Comments
 (0)