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 29adb2f commit 686492eCopy full SHA for 686492e
.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.0', 'oldstable', 'stable' ]
+ go: [ '1.21', 'oldstable', 'stable' ]
23
name: Go version ${{ matrix.go }}
24
steps:
25
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
go.mod
@@ -1,5 +1,7 @@
1
module github.com/blevesearch/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
6
7
require (
0 commit comments