Skip to content

Commit

Permalink
Bump golang to v1.23 (#162)
Browse files Browse the repository at this point in the history
- Bump golang to v1.23
- Bump golangci-lint to v1.61
- Bump goimports to v0.26.0
  • Loading branch information
afritzler authored Oct 10, 2024
1 parent 599eea8 commit 4e0c180
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
version: v1.61
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4e0c180

Please sign in to comment.