Skip to content

Commit 40059d2

Browse files
authored
Merge pull request #74 from germag/update-ci-lint-version
Update CI linter version
2 parents e3e6528 + 06c0f3f commit 40059d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)