mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-02-21 19:48:46 +02:00
fix linter version for publish workflow
This commit is contained in:
parent
b009395223
commit
c63605127b
4
.github/workflows/publish-release.yml
vendored
4
.github/workflows/publish-release.yml
vendored
@ -49,11 +49,11 @@ jobs:
|
||||
|
||||
- name: Get dependencies
|
||||
run: |
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.0
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2
|
||||
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
||||
chmod +x ./cc-test-reporter
|
||||
|
||||
# Install go depedencies
|
||||
# Install go dependencies
|
||||
go mod download
|
||||
|
||||
- name: Build Artifacts
|
||||
|
Loading…
x
Reference in New Issue
Block a user