Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent 92fb2b7 commit 0a3757f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '~1.21.5'
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '~1.21.5'
check-latest: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- uses: docker/setup-buildx-action@v3

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '~1.21.5'
check-latest: true
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

- uses: docker/setup-buildx-action@v3

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '~1.21.5'
check-latest: true
Expand Down

0 comments on commit 0a3757f

Please sign in to comment.