Skip to content

Commit 98fc227

Browse files
Update to Go 1.24 minimum
1 parent e54b195 commit 98fc227

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
go: ["1.24", "1.23", "1.22"]
17+
go: ["stable", "oldstable"]
1818
platform: [ubuntu-latest] # can not run in windows OS
1919
runs-on: ${{ matrix.platform }}
2020

@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up Go 1.x
5858
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
5959
with:
60-
go-version: 1.23
60+
go-version: stable
6161

6262
- name: Check out code into the Go module directory
6363
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/hashicorp/mql
22

3-
go 1.23.0
4-
5-
toolchain go1.23.8
3+
go 1.24.0
64

75
require (
86
github.com/stretchr/testify v1.11.1

0 commit comments

Comments
 (0)