Skip to content

Commit

Permalink
Merge pull request #327 from werf/chore-update-golangci-lint
Browse files Browse the repository at this point in the history
chore: update golangci-lint
  • Loading branch information
ilya-lesikov authored Jan 22, 2024
2 parents 6cc5b83 + 5b89bea commit 0aee658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version-file: go.mod

- name: Install linter
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.0
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2

- name: Lint
run: make lint

0 comments on commit 0aee658

Please sign in to comment.