Skip to content

Commit b060faf

Browse files
authored
Merge pull request #28 from gucio321/dependabot/github_actions/actions/setup-go-5
build(deps): bump actions/setup-go from 4 to 5
2 parents e929402 + f5d8dd4 commit b060faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yaml

+1-1
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@v4
19+
- uses: actions/setup-go@v5
2020
with:
2121
go-version: '1.23'
2222
cache: false

0 commit comments

Comments
 (0)