Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96a2e63

Browse files
authored
chore: upgrade to golangci-lint 1.52.2 (coder#7674)
* Disable ioutilDeprecated lint Signed-off-by: Spike Curtis <[email protected]> * Upgrade to golangci-lint 1.52.2 Signed-off-by: Spike Curtis <[email protected]> --------- Signed-off-by: Spike Curtis <[email protected]>
1 parent 14efdad commit 96a2e63

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Lint Go
5858
uses: golangci/[email protected]
5959
with:
60-
version: v1.51.0
60+
version: v1.52.2
6161

6262
- name: Lint shell scripts
6363
uses: ludeeus/[email protected]

.golangci.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ linters-settings:
5454
# - importShadow
5555
- indexAlloc
5656
- initClause
57-
- ioutilDeprecated
5857
- mapKey
5958
- methodExprCall
6059
# - nestingReduce

dogfood/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ RUN systemctl enable \
216216
ARG CLOUD_SQL_PROXY_VERSION=2.2.0 \
217217
DIVE_VERSION=0.10.0 \
218218
DOCKER_GCR_VERSION=2.1.8 \
219-
GOLANGCI_LINT_VERSION=1.51.0 \
219+
GOLANGCI_LINT_VERSION=1.52.2 \
220220
GRYPE_VERSION=0.61.1 \
221221
HELM_VERSION=3.12.0 \
222222
KUBE_LINTER_VERSION=0.6.3 \

0 commit comments

Comments
 (0)