diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index e5e6d8d3..d1aca04e 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -18,7 +18,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version - version: v1.49 + version: v1.60.1 # Optional: working directory, useful for monorepos # working-directory: somedir diff --git a/Makefile b/Makefile index 5bbf5c7c..b24d3643 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: has_docker has_docker_compose lint build_ginkgo_image test test_watch ginkgo -GOLANGCI_LINT_VERSION := "v1.49.0" +GOLANGCI_LINT_VERSION := "v1.60.1" # Use lazy assignment(`=`) such that command existence are evaluated when used GO = $(shell command -v go)