Skip to content

Commit

Permalink
Merge pull request #300 from werf/fix-ci-update-linter
Browse files Browse the repository at this point in the history
fix(ci): update linter
  • Loading branch information
ilya-lesikov authored Mar 9, 2023
2 parents 0ff45f0 + 140b339 commit c90d401
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.46.2
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.0

- name: Lint
run: make lint

0 comments on commit c90d401

Please sign in to comment.