Skip to content

Commit

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

ci: bump actions/setup-go from 2.1.3 to 3
  • Loading branch information
pro-wh authored Apr 5, 2022
2 parents e8d5f36 + 01b0254 commit 351b919
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changelog/287.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: bump actions/setup-go from 2.1.3 to 3
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 351b919

Please sign in to comment.