Skip to content

Commit

Permalink
Merge pull request #131 from catatsuy/renovate/actions-setup-go-5.x
Browse files Browse the repository at this point in the history
Update actions/setup-go action to v5
  • Loading branch information
catatsuy authored Dec 10, 2023
2 parents ea2c90e + 4321ad2 commit 0adc4f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Run GoReleaser
Expand Down

0 comments on commit 0adc4f4

Please sign in to comment.