Skip to content

Commit 0ab5c04

Browse files
committed
Update Go version
1 parent a9aa042 commit 0ab5c04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
go: [ "1.23", "1.22" ]
13+
go: [ "1.24", "1.23", "1.22" ]
1414
os: [ ubuntu-24.04, ubuntu-22.04 ]
1515
name: Tests Go ${{ matrix.go }} on ${{ matrix.os }} # This name is used in main branch protection rules
1616
runs-on: ${{ matrix.os }}
@@ -83,7 +83,7 @@ jobs:
8383
- name: Install Go
8484
uses: actions/setup-go@v5
8585
with:
86-
go-version: "1.23"
86+
go-version: stable
8787
- name: Run tests
8888
run: |
8989
# separate test to avoid RESET MASTER conflict
@@ -121,7 +121,7 @@ jobs:
121121
- name: Install Go
122122
uses: actions/setup-go@v5
123123
with:
124-
go-version: "1.23"
124+
go-version: stable
125125

126126
- name: Build on ${{ matrix.os }}/${{ matrix.arch }}
127127
run: GOARCH=${{ matrix.arch }} GOOS=${{ matrix.os }} go build ./...

0 commit comments

Comments
 (0)