From c5e98c9e0d3644bcfd625f75a836099c1c508ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 06:59:11 +0000 Subject: [PATCH] build(deps): bump actions/setup-go from 5.1.0 to 5.2.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed...3041bf56c941b39c61721a86cd11f3bb1338122a) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yml | 2 +- .github/workflows/main.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b7832b666e683..064d2c086701a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -22,7 +22,7 @@ jobs: path: ${{ env.GOPATH }}/src/k8s.io/kops - name: Set up go - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a with: go-version-file: '${{ env.GOPATH }}/src/k8s.io/kops/go.mod' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2e5378d6d318..b8bd92e36fb26 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: path: ${{ env.GOPATH }}/src/k8s.io/kops - name: Set up go - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a with: go-version-file: '${{ env.GOPATH }}/src/k8s.io/kops/go.mod' @@ -38,7 +38,7 @@ jobs: path: ${{ env.GOPATH }}/src/k8s.io/kops - name: Set up go - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a with: go-version-file: '${{ env.GOPATH }}/src/k8s.io/kops/go.mod' @@ -55,7 +55,7 @@ jobs: path: ${{ env.GOPATH }}/src/k8s.io/kops - name: Set up go - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a with: go-version-file: '${{ env.GOPATH }}/src/k8s.io/kops/go.mod' @@ -72,7 +72,7 @@ jobs: path: ${{ env.GOPATH }}/src/k8s.io/kops - name: Set up go - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a with: go-version-file: '${{ env.GOPATH }}/src/k8s.io/kops/go.mod'