Skip to content

Commit

Permalink
update golang-ci to support go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jabdoa2 committed Oct 16, 2024
1 parent 1eb342a commit 3ec0788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Require: The version of golangci-lint to use.
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
version: v1.57.2
version: v1.61.0

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VERSION := $(shell git describe --always --dirty --tags 2>/dev/null || echo "und
ECHO := echo
CONTROLLER_TOOLS_VERSION ?= v0.15.0
ENVTEST_K8S_VERSION ?= 1.30.0
GOLANGCI_LINT_VERSION ?= v1.57.2
GOLANGCI_LINT_VERSION ?= v1.61.0

## Location to install dependencies to
LOCALBIN ?= $(shell pwd)/bin
Expand Down

0 comments on commit 3ec0788

Please sign in to comment.