Skip to content

Commit

Permalink
Merge pull request #46 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
agaffney authored Dec 5, 2023
2 parents bb4cd6d + 90b0474 commit 70751ac
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 70751ac

Please sign in to comment.