Skip to content

Commit

Permalink
Merge pull request #498 from oasisprotocol/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-go-5

ci: bump actions/setup-go from 4 to 5
  • Loading branch information
pro-wh authored Sep 30, 2024
2 parents c1ba25b + aa608c2 commit 76575db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changelog/498.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: bump actions/setup-go from 4 to 5
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.22
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.22.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@v4
- name: Set up Go 1.22
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.22.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.22
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.22.x"
- name: Install GoReleaser
Expand Down

0 comments on commit 76575db

Please sign in to comment.