Skip to content

Commit 38ee035

Browse files
committed
Update github action check golangci-lint version to latest
1 parent f0b4455 commit 38ee035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Lint
3838
uses: golangci/golangci-lint-action@9fae48acfc02a90574d7c304a1758ef9895495fa # v7.0.1
3939
with:
40-
version: v2.0
40+
version: latest
4141
args: --timeout=10m
4242
- name: Test
4343
run: go test -p 1 -v ./...

0 commit comments

Comments
 (0)