diff --git a/scripts/.golangci.yml b/scripts/.golangci.yml index 16056c64..2eec0538 100644 --- a/scripts/.golangci.yml +++ b/scripts/.golangci.yml @@ -1,9 +1,6 @@ run: tests: true timeout: 5m - skip-files: - - ".*\\.pb\\.go" - skip-dirs-use-default: true linters-settings: goimports: diff --git a/scripts/Makefile b/scripts/Makefile index 7255fd8e..ebc0d80d 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,6 +1,6 @@ GO ?= go BINDIR ?= $(CURDIR)/bin -GOLANGCI_LINT_VERSION := v1.54.0 +GOLANGCI_LINT_VERSION := v1.60.3 GOLANGCI_LINT_BINDIR := .golangci-bin GOLANGCI_LINT_BIN := $(GOLANGCI_LINT_BINDIR)/$(GOLANGCI_LINT_VERSION)/golangci-lint diff --git a/scripts/go.mod b/scripts/go.mod index 770c1536..100f6438 100644 --- a/scripts/go.mod +++ b/scripts/go.mod @@ -1,6 +1,6 @@ module antrea.io/website/scripts -go 1.21.0 +go 1.23.0 require ( github.com/stretchr/testify v1.8.2