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 e54b195 commit 98fc227Copy full SHA for 98fc227
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: true
16
matrix:
17
- go: ["1.24", "1.23", "1.22"]
+ go: ["stable", "oldstable"]
18
platform: [ubuntu-latest] # can not run in windows OS
19
runs-on: ${{ matrix.platform }}
20
@@ -57,7 +57,7 @@ jobs:
57
- name: Set up Go 1.x
58
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
59
with:
60
- go-version: 1.23
+ go-version: stable
61
62
- name: Check out code into the Go module directory
63
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
go.mod
@@ -1,8 +1,6 @@
1
module github.com/hashicorp/mql
2
3
-go 1.23.0
4
-
5
-toolchain go1.23.8
+go 1.24.0
6
7
require (
8
github.com/stretchr/testify v1.11.1
0 commit comments