Skip to content

Commit

Permalink
Test with go-1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Oct 22, 2024
1 parent 7a0109e commit ee581a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ VERIFY := true
LEADER_ELECTION := false
IGNORE_OPERATION_ANNOTATION := false
WEBHOOK_CONFIG_URL := localhost
GO_VERSION := 1.22
GOLANGCI_LINT_VERSION := v1.56.2
GO_VERSION := 1.23
GOLANGCI_LINT_VERSION := v1.61.0

ifeq ($(CI),true)
DOCKER_TTY_ARG=""
Expand Down

0 comments on commit ee581a9

Please sign in to comment.