Skip to content

Commit e5b61f6

Browse files
authored
Merge pull request #87 from Antonboom/dependabot/github_actions/golangci/golangci-lint-action-5
2 parents 25bbc35 + 9e85a9d commit e5b61f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
go-version: ${{ env.GO_VERSION }}
3939
- uses: actions/checkout@v4
40-
- uses: golangci/golangci-lint-action@v4
40+
- uses: golangci/golangci-lint-action@v5
4141
with:
4242
version: ${{ env.GOLANGCI_LINT_VERSION }}
4343
args: --timeout=5m

0 commit comments

Comments
 (0)