Skip to content

Commit 312d0d0

Browse files
committed
Another workflow fix for go 1.23
1 parent fa55e23 commit 312d0d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
format-build-test:
1010
strategy:
1111
matrix:
12-
go-version: ["1.19.x", "1.21.x"]
12+
go-version: ["1.23.x"]
1313
platform: [ubuntu-latest, macos-latest, windows-latest]
1414
runs-on: ${{ matrix.platform }}
1515
steps:
@@ -33,7 +33,7 @@ jobs:
3333

3434
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
3535
with:
36-
go-version: "1.21.x"
36+
go-version: "1.23.x"
3737

3838
- run: CGO_ENABLED=0 make release
3939

0 commit comments

Comments
 (0)