Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 2.1.5 to 3.0.0 (#923)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.5 to 3.0.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.5...v3.0.0)

---
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] committed Apr 11, 2022
1 parent a446746 commit 31ae281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v2.1.5
uses: actions/setup-go@v3.0.0
with:
go-version: 1.16
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.16
uses: actions/setup-go@v2.1.5
uses: actions/setup-go@v3.0.0
with:
go-version: 1.16
- name: Checkout code
Expand Down

0 comments on commit 31ae281

Please sign in to comment.