Skip to content

Commit

Permalink
ci: bump actions/setup-go from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v3...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 Apr 18, 2023
1 parent 9ceaa97 commit d2df4f8
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: "18.x"
- name: Set up Go 1.18
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "1.18.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@v3
- name: Set up Go 1.18
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "1.18.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.18
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "1.18.x"
- name: Install GoReleaser
Expand Down

0 comments on commit d2df4f8

Please sign in to comment.