We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57f227f + c08712d commit a7fc0d9Copy full SHA for a7fc0d9
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
os: [ubuntu-latest, macos-latest, windows-latest]
13
steps:
14
- uses: actions/checkout@v4
15
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
16
with:
17
go-version: ${{ matrix.go }}
18
- run: |
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
24
25
26
27
check-latest: true
28
0 commit comments