We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf869fc commit 82ff04bCopy full SHA for 82ff04b
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
uses: ludeeus/action-shellcheck@94e0aab03ca135d11a35e5bfc14e6746dc56e7e9 # v1.1.0
21
22
- name: Setup go
23
- uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2.2.0
+ uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3.3.0
24
with:
25
go-version: '1.18'
26
check-latest: true
.github/workflows/release.yaml
@@ -25,7 +25,7 @@ jobs:
27
28
29
30
31
0 commit comments