Skip to content

Commit

Permalink
Bump actions/setup-go from 2 to 5
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2...v5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent 7fc08cf commit 5cf2e48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
environment: development
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: "1.20"
- name: Check out code into the Go module directory
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v5
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- uses: pre-commit/[email protected]
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Go 1.20
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: "1.20"
- name: Check out code into the Go module directory
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Set up Go 1.20
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: "1.20"
- name: Build and push fleet-manager-tools image to quay.io
Expand Down

0 comments on commit 5cf2e48

Please sign in to comment.