Skip to content

Commit

Permalink
Bump golangci-lint 1.55.2 (#3232)
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Nabokikh <[email protected]>
  • Loading branch information
nabokihms authored Dec 22, 2023
1 parent 4c36942 commit 82b090f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ run:

linters-settings:
depguard:
list-type: blacklist
include-go-root: true
packages:
- io/ioutil
packages-with-error-message:
- io/ioutil: "The 'io/ioutil' package is deprecated. Use corresponding 'os' or 'io' functions instead."
rules:
deprecated:
deny:
- pkg: "io/ioutil"
desc: "The 'io/ioutil' package is deprecated. Use corresponding 'os' or 'io' functions instead."
gci:
local-prefixes: github.com/dexidp/dex
goimports:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export GOBIN=$(PWD)/bin
LD_FLAGS="-w -X main.version=$(VERSION)"

# Dependency versions
GOLANGCI_VERSION = 1.52.0
GOLANGCI_VERSION = 1.55.2
GOTESTSUM_VERSION ?= 1.9.0

PROTOC_VERSION = 21.12
Expand Down

0 comments on commit 82b090f

Please sign in to comment.