Skip to content

Commit 79c0d91

Browse files
authored
Test against Go 1.24
1 parent e39f6c4 commit 79c0d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-go@v5
1111
with:
12-
go-version: "1.23"
12+
go-version: "1.24"
1313
cache: false
1414
- run: make check
1515
env: { SKIP_LINT: true }
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest, windows-latest, macos-latest]
25-
go-version: ["1.23", "1.24.0-rc.2"]
25+
go-version: ["1.23", "1.24"]
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)