Skip to content

Commit

Permalink
chore: bump golang v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-gemoli committed Jan 3, 2025
1 parent 9f79a9e commit cb901fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ CONTROLLER_GEN := $(TOOLS_BIN_DIR)/$(CONTROLLER_GEN_BIN)-$(CONTROLLER_GEN_VER)

CMDS = $(notdir $(shell find ./cmd/ -maxdepth 1 -type d | sort))

export GO_VERSION=1.22.5
export GO_VERSION=1.23.4
export GO111MODULE=on
export DOCKER_REPO
export DOCKER_TAG
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 sigs.k8s.io/boskos

go 1.22.3
go 1.23

require (
github.com/IBM-Cloud/power-go-client v1.8.1
Expand Down

0 comments on commit cb901fd

Please sign in to comment.