1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-08 22:46:33 +02:00

Update golangci-lint version in CI workflow

This commit is contained in:
Joel Speed
2021-02-17 20:15:45 +00:00
parent 76269a13b7
commit 9cea4ea89b
7 changed files with 23 additions and 13 deletions

View File

@ -14,7 +14,7 @@ jobs:
build:
env:
COVER: true
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Check out code
@ -28,7 +28,7 @@ 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.24.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.36.0
go mod download
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
@ -52,7 +52,7 @@ jobs:
./.github/workflows/test.sh
docker:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Check out code