Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] committed May 26, 2023
1 parent d632b4c commit 8130861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v2
- uses: actions/setup-go@v4
with:
go-version: '1.17'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
install-tparse:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2.1.5
- uses: actions/setup-go@v4
with:
go-version: 1.17
- name: Display go version
Expand All @@ -38,7 +38,7 @@ jobs:
go-arch: ["amd64", "arm", "arm64"]
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-go@v2.1.5
- uses: actions/setup-go@v4
with:
go-version: 1.17
- uses: technote-space/get-diff-action@v6.0.1
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
part: ["00", "01", "02", "03"]
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-go@v2.1.5
- uses: actions/setup-go@v4
with:
go-version: 1.17
- uses: technote-space/get-diff-action@v6.0.1
Expand Down

0 comments on commit 8130861

Please sign in to comment.