Skip to content

Commit

Permalink
Merge pull request #32 from kanmu/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-go-4

Bump actions/setup-go from 2 to 4
  • Loading branch information
winebarrel committed May 27, 2023
2 parents 4cbf0b5 + 89f4b23 commit adbb9bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ">=1.19.1"
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.19.1
- name: Authenticate with GitHub App
Expand Down

0 comments on commit adbb9bc

Please sign in to comment.