Skip to content

Commit 5e64d5f

Browse files
authored
Merge pull request #53 from blinklabs-io/dependabot/github_actions/actions/setup-go-5
chore(deps): Bump actions/setup-go from 3 to 5
2 parents a657016 + bee02aa commit 5e64d5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v3
23-
- uses: actions/setup-go@v4
23+
- uses: actions/setup-go@v5
2424
with:
2525
go-version: 1.20.x
2626
cache: false

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
5050
- uses: actions/checkout@v3
51-
- uses: actions/setup-go@v3
51+
- uses: actions/setup-go@v5
5252
with:
5353
go-version: 1.20.x
5454
- name: Build binary

0 commit comments

Comments
 (0)