We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa34714 + 7d16420 commit 9d071a1Copy full SHA for 9d071a1
3 files changed
.github/workflows/build-pr.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v4
15
16
- name: Set up Go
17
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
18
with:
19
go-version: '1.21'
20
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
fetch-depth: 0
57
58
59
60
61
62
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
go-version: ${{ matrix.go }}
31
@@ -58,7 +58,7 @@ jobs:
63
64
0 commit comments