We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7737351 commit 0ef4792Copy full SHA for 0ef4792
.github/workflows/go.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v4
26
27
- name: Set up Go
28
- uses: actions/[email protected].0
+ uses: actions/[email protected].1
29
with:
30
go-version-file: ${{ github.workspace }}/go.mod
31
.github/workflows/golangci-lint.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout repository
21
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
22
- name: install Go
23
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
+ uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
24
0 commit comments