Merge pull request #3826 from kubernetes-sigs/dependabot/github_actions/actions-6c51e4eaa6

Bump actions/setup-go from 5.1.0 to 5.2.0 in the actions group
This commit is contained in:
Kubernetes Prow Robot
2024-12-16 13:40:51 +01:00
committed by GitHub

View File

@@ -39,7 +39,7 @@ jobs:
- name: Set up Go
id: go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: ${{ steps.golangversion.outputs.go_version }}
check-latest: true