Skip to content

Commit

Permalink
rolling back the hook linter to 1.39.0
Browse files Browse the repository at this point in the history
Signed-off-by: 'Stanislav Maksimov' <smaksimov@slack-corp.com>
  • Loading branch information
maksimov committed May 29, 2023
1 parent 002abf5 commit 449ca7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v2

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

- name: Clean Env
run: $(go env GOPATH)/bin/golangci-lint cache clean
Expand Down

0 comments on commit 449ca7f

Please sign in to comment.