Skip to content

Commit 45073ba

Browse files
authored
Merge pull request #68 from brave/renovate/actions-setup-go-5.x
Update actions/setup-go action to v5
2 parents 811e63a + 5673cca commit 45073ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: lint
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
19+
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
2020
with:
2121
go-version: 1.19
2222
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4

0 commit comments

Comments
 (0)