Skip to content

Commit

Permalink
Merge pull request #25 from blinklabs-io/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-go-4

chore(deps): Bump actions/setup-go from 3 to 4
  • Loading branch information
wolf31o2 authored Dec 6, 2023
2 parents 693a085 + fdbfdb4 commit 6bcf187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Build binary
Expand Down

0 comments on commit 6bcf187

Please sign in to comment.