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.
2 parents 59a6959 + e99599d commit 0da8c3dCopy full SHA for 0da8c3d
1 file changed
.github/workflows/pr-golangci-lint.yaml
@@ -22,7 +22,7 @@ jobs:
22
id: vars
23
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
24
- name: Set up Go
25
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0.0
+ uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # tag=v6.4.0
26
with:
27
go-version: ${{ steps.vars.outputs.go_version }}
28
- name: golangci-lint
0 commit comments