Skip to content

Commit

Permalink
Merge pull request #31 from swoga/renovate/actions-setup-go-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-go action to v4
  • Loading branch information
swoga committed Apr 1, 2023
2 parents adb98e3 + d3e5779 commit 7f2aaf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: Vet
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: Build
Expand Down

0 comments on commit 7f2aaf4

Please sign in to comment.