We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e714c1 commit 274abf8Copy full SHA for 274abf8
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
os: [ubuntu-latest, macos-latest, windows-latest]
13
steps:
14
- uses: actions/checkout@v3
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