diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/lint.yml similarity index 92% rename from .github/workflows/golangci-lint.yml rename to .github/workflows/lint.yml index c984c30..ab9399b 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/lint.yml @@ -14,4 +14,4 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.59 + version: v1.61 diff --git a/Makefile b/Makefile index 212c9fb..082c3f7 100644 --- a/Makefile +++ b/Makefile @@ -74,8 +74,8 @@ GOLANGCI_LINT ?= $(LOCALBIN)/golangci-lint ## Tool Versions ADDLICENSE_VERSION ?= v1.1.1 -GOIMPORTS_VERSION ?= v0.24.0 -GOLANGCI_LINT_VERSION ?= v1.59.1 +GOIMPORTS_VERSION ?= v0.26.0 +GOLANGCI_LINT_VERSION ?= v1.61.0 .PHONY: addlicense addlicense: $(ADDLICENSE) ## Download addlicense locally if necessary. diff --git a/go.mod b/go.mod index b72da88..39b7735 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ironcore-dev/ironcore-image -go 1.22.6 +go 1.23.0 require ( github.com/containerd/containerd v1.7.22