Skip to content

Commit

Permalink
Merge pull request #17236 from kubernetes/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-go-5.3.0

Bump actions/setup-go from 5.2.0 to 5.3.0
  • Loading branch information
k8s-ci-robot authored Jan 26, 2025
2 parents 8d354fa + 2e67e35 commit 6aeef2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: ${{ env.GOPATH }}/src/k8s.io/kops

- name: Set up go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
with:
go-version-file: '${{ env.GOPATH }}/src/k8s.io/kops/go.mod'

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: ${{ env.GOPATH }}/src/k8s.io/kops

- name: Set up go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
with:
go-version-file: '${{ env.GOPATH }}/src/k8s.io/kops/go.mod'

Expand All @@ -38,7 +38,7 @@ jobs:
path: ${{ env.GOPATH }}/src/k8s.io/kops

- name: Set up go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
with:
go-version-file: '${{ env.GOPATH }}/src/k8s.io/kops/go.mod'

Expand All @@ -55,7 +55,7 @@ jobs:
path: ${{ env.GOPATH }}/src/k8s.io/kops

- name: Set up go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
with:
go-version-file: '${{ env.GOPATH }}/src/k8s.io/kops/go.mod'

Expand All @@ -72,7 +72,7 @@ jobs:
path: ${{ env.GOPATH }}/src/k8s.io/kops

- name: Set up go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
with:
go-version-file: '${{ env.GOPATH }}/src/k8s.io/kops/go.mod'

Expand Down

0 comments on commit 6aeef2c

Please sign in to comment.