Skip to content

Commit

Permalink
Merge pull request #64 from yinheli/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-4

Bump actions/setup-go from 3 to 4
  • Loading branch information
yinheli authored Mar 16, 2023
2 parents b0e00a6 + 52a1e21 commit 8e67b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Fetch all tags
run: git fetch --force --tags
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Run GoReleaser
Expand Down

0 comments on commit 8e67b4e

Please sign in to comment.