Skip to content

Commit 97ddfee

Browse files
Merge pull request #5 from ovh/dependabot/github_actions/golangci/golangci-lint-action-3.7.0
Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0
2 parents 4843a4e + 1aacf88 commit 97ddfee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: go mod download
3131
- run: go build -v .
3232
- name: Run linters
33-
uses: golangci/golangci-lint-action@v3.6.0
33+
uses: golangci/golangci-lint-action@v3.7.0
3434
with:
3535
version: v1.53
3636

0 commit comments

Comments
 (0)