Skip to content

Commit 0da8c3d

Browse files
authored
Merge pull request #5960 from kubernetes-sigs/dependabot/github_actions/actions/setup-go-6.4.0
🌱 Bump actions/setup-go from 6.0.0 to 6.4.0
2 parents 59a6959 + e99599d commit 0da8c3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: vars
2323
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2424
- name: Set up Go
25-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0.0
25+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # tag=v6.4.0
2626
with:
2727
go-version: ${{ steps.vars.outputs.go_version }}
2828
- name: golangci-lint

0 commit comments

Comments
 (0)