Skip to content

Commit 115c8ac

Browse files
committed
fix: golangci-lint version
1 parent 018063c commit 115c8ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
IMAGE_REGISTRY: ghcr.io
3434
IMAGE_BASE_REPO: k3d-io
3535
IMAGE_PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7
36-
GO_VERSION: "1.22.x"
36+
GO_VERSION: "1.24.x"
3737
DOCKER_VERSION: "v27.4.0"
3838

3939
jobs:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ GO_SRC += $(foreach dir,$(REC_DIRS),$(shell find $(dir) -name "*.go"))
8989
########## Required Tools ##########
9090
# Go Package required
9191
PKG_GOX := github.com/iwilltry42/[email protected]
92-
PKG_GOLANGCI_LINT_VERSION := 1.57.2
92+
PKG_GOLANGCI_LINT_VERSION := 2.2.1
9393
PKG_GOLANGCI_LINT_SCRIPT := https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh
9494
PKG_GOLANGCI_LINT := github.com/golangci/golangci-lint/cmd/golangci-lint@v${PKG_GOLANGCI_LINT_VERSION}
9595

0 commit comments

Comments
 (0)