chore: upgrade go to v1.23.2 (#1997)

Upgrades Go to 1.23.2
This commit is contained in:
Nicholas Wiersma
2024-11-14 07:36:25 +02:00
committed by GitHub
parent 76e7c3746a
commit e53c524a96
7 changed files with 11 additions and 13 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
VERSION = "unset"
DATE=$(shell date -u +%Y-%m-%d-%H:%M:%S-%Z)
GOLANGCI_LINT_VERSION=v1.51.2
GOLANGCI_LINT_VERSION=v1.61.0
ifndef GOLANG_VERSION
override GOLANG_VERSION = 1.22.4
override GOLANG_VERSION = 1.23.2
endif
.PHONY: build