mirror of https://github.com/kubernetes/kops.git
Merge pull request #17537 from kubernetes/dependabot/github_actions/actions/setup-go-5.5.0
build(deps): bump actions/setup-go from 5.1.0 to 5.5.0
This commit is contained in:
commit
08bb87bfa1
|
@ -56,7 +56,7 @@ jobs:
|
|||
path: ${{ env.GOPATH }}/src/k8s.io/kops
|
||||
|
||||
- name: Set up go
|
||||
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
|
||||
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
|
||||
with:
|
||||
go-version-file: '${{ env.GOPATH }}/src/k8s.io/kops/go.mod'
|
||||
|
||||
|
|
Loading…
Reference in New Issue