Skip to content

Commit 7ba222b

Browse files
authored
Merge pull request #68 from Antonboom/dependabot/github_actions/golangci/golangci-lint-action-4
build(deps): bump golangci/golangci-lint-action from 3 to 4
2 parents 11b27b1 + 58acf95 commit 7ba222b

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@v3
40+
- uses: golangci/golangci-lint-action@v4
4141
with:
4242
version: ${{ env.GOLANGCI_LINT_VERSION }}
4343
args: --timeout=5m

0 commit comments

Comments
 (0)