From 236d3d325f6a909c8ca09b97e0148ab571832f64 Mon Sep 17 00:00:00 2001 From: Andreas Fritzler Date: Thu, 8 Aug 2024 11:08:43 +0200 Subject: [PATCH] Bump golang to 1.22.6 (#151) --- .github/workflows/golangci-lint.yml | 2 +- Makefile | 4 ++-- go.mod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index e5e96bb..c984c30 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -14,4 +14,4 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.57.2 + version: v1.59 diff --git a/Makefile b/Makefile index f15184a..212c9fb 100644 --- a/Makefile +++ b/Makefile @@ -74,8 +74,8 @@ GOLANGCI_LINT ?= $(LOCALBIN)/golangci-lint ## Tool Versions ADDLICENSE_VERSION ?= v1.1.1 -GOIMPORTS_VERSION ?= v0.13.0 -GOLANGCI_LINT_VERSION ?= v1.57.2 +GOIMPORTS_VERSION ?= v0.24.0 +GOLANGCI_LINT_VERSION ?= v1.59.1 .PHONY: addlicense addlicense: $(ADDLICENSE) ## Download addlicense locally if necessary. diff --git a/go.mod b/go.mod index ad499da..13b0c02 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ironcore-dev/ironcore-image -go 1.22.1 +go 1.22.6 require ( github.com/containerd/containerd v1.7.18