Skip to content

Commit cfedf67

Browse files
authored
Merge pull request #518 from kubernetes/dependabot/github_actions/actions/setup-go-6.1.0
build(deps): bump actions/setup-go from 6.0.0 to 6.1.0
2 parents d0d657b + 9da7c39 commit cfedf67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
15-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
15+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
1616
with:
1717
go-version: '1.24'
1818
check-latest: true

0 commit comments

Comments
 (0)