Skip to content

Commit

Permalink
Merge pull request #44 from kmdkuk/renovate/actions-setup-go-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-go action to v4
  • Loading branch information
kmdkuk committed Nov 19, 2023
2 parents 5b3b0ad + e01ed78 commit 7d565f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 1
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Run GoReleaser
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- windows-latest
steps:
- name: setup go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ env.go-version }}
- name: checkout
Expand All @@ -39,7 +39,7 @@ jobs:
needs: prepare
steps:
- name: setup go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ env.go-version }}
- name: checkout
Expand Down

0 comments on commit 7d565f4

Please sign in to comment.