Skip to content

Commit 06c0f3f

Browse files
committed
Update CI linter version
Signed-off-by: German Maglione <gmaglione@redhat.com>
1 parent e3e6528 commit 06c0f3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
make integration_tests
2525
- name: lint
2626
run: |
27-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.58.2
27+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0
2828
export PATH=$PATH:$HOME/go/bin
2929
make lint
3030
- name: gofmt

0 commit comments

Comments
 (0)