Skip to content

Commit

Permalink
Bump actions/setup-go from 3.0.0 to 3.2.0 (#2112)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.0.0 to 3.2.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@f6164bd...b22fbbc)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2022
1 parent c13f9b6 commit c7841d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- k8s-executor-build-push integration-test-k8s

steps:
- uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v3
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v3
with:
go-version: 1.17
- uses: actions/checkout@b0e28b5ac45a892f91e7d036f8200cf5ed489415 # v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v3
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v3
with:
go-version: 1.17
- uses: actions/checkout@b0e28b5ac45a892f91e7d036f8200cf5ed489415 # v3
Expand Down

0 comments on commit c7841d7

Please sign in to comment.