Skip to content

Commit

Permalink
ci: bump actions/setup-go from 2.1.3 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.3...v3)

---
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 Apr 5, 2022
1 parent e8d5f36 commit 5a592b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
node-version: "12.x"
- name: Set up Go 1.17
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v3
with:
go-version: "1.17.x"
- name: Install gitlint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go 1.17
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v3
with:
go-version: "1.17.x"
- name: Cache Go dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
fetch-depth: 0
- name: Set up Go 1.17
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v3
with:
go-version: "1.17.x"
- name: Install GoReleaser
Expand Down

0 comments on commit 5a592b2

Please sign in to comment.