Skip to content

Commit 077b90c

Browse files
authored
chore(ci): upgrade golangci-lint to v2.0.2 (oauth2-proxy#7)
Upgrade golangci-lint to v2.0.2 from v1.63.4. There isn't a .golangci.yml configuration in the repo, so let's just use the new defaults of v2.
1 parent 233c0d3 commit 077b90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Get dependencies
2929
env:
30-
GOLANGCI_LINT_VERSION: v1.63.4
30+
GOLANGCI_LINT_VERSION: v2.0.2
3131
run: |
3232
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}
3333
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter

0 commit comments

Comments
 (0)