Skip to content

Commit 054a8b3

Browse files
committed
Fixed workflow
1 parent 6dfe69c commit 054a8b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ jobs:
1414
os: ["windows-latest", "ubuntu-latest"]
1515
go:
1616
- stable
17-
- "~1.22.0"
1817
- "~1.23.0"
1918
may-fail:
2019
- false
2120
runs-on: ${{ matrix.os }}
2221
continue-on-error: ${{ matrix.may-fail }}
2322
steps:
2423
- uses: actions/checkout@v4
25-
- uses: actions/setup-go@v3
24+
- uses: actions/setup-go@v5
2625
with:
2726
go-version: "${{ matrix.go }}"
2827
check-latest: true

0 commit comments

Comments
 (0)