We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423aef5 commit 886897aCopy full SHA for 886897a
.github/workflows/test.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
steps:
11
- name: Install Go
12
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
13
with:
14
go-version: ${{ matrix.go-version }}
15
- name: Checkout code
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
25
26
27
28
29
0 commit comments