Skip to content

Commit d893acb

Browse files
committed
Upgrade Go in CI to 1.23rc2
1 parent 2e4ad57 commit d893acb

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.0-rc.1
12+
go-version: 1.23.0-rc.2
1313
cache: false
1414
- run: make check
1515
env: { SKIP_LINT: true }
@@ -28,6 +28,6 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: actions/setup-go@v5
3030
with:
31-
go-version: 1.23.0-rc.1
31+
go-version: 1.23.0-rc.2
3232
cache: false
3333
- run: make test

0 commit comments

Comments
 (0)