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

chores: major upgrade of golangci-lint from v1.64.8 to v2.1.6 (#3062)

.golangci.yml migrated with "golangci-lint migrated" and then tweaked to add comments back.
This commit is contained in:
Olivier Mengué
2025-05-26 21:12:58 +02:00
committed by GitHub
parent 1225d611e9
commit fb7e33519a
3 changed files with 60 additions and 45 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Get dependencies
env:
# renovate: datasource=github-tags depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION: v1.64.8
GOLANGCI_LINT_VERSION: v2.1.6
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter

View File

@@ -50,7 +50,7 @@ jobs:
- name: Get dependencies
env:
# renovate: datasource=github-tags depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION: v1.64.8
GOLANGCI_LINT_VERSION: v2.1.6
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter