Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ orbs:
executors:
go_cimg:
docker:
- image: cimg/go:1.24.9
- image: cimg/go:1.25
resource_class: large

local_cluster_test_executor:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ IMAGE_TAG := v2-dev
ROUTER_IMAGE_TAG := main
PLATFORMS ?= linux/amd64,linux/arm64
CONTAINERFILES := Dockerfile.cli Dockerfile.kube-adaptor Dockerfile.controller Dockerfile.network-observer Dockerfile.system-controller
GO_IMAGE_BASE_TAG := 1.24.9
GO_IMAGE_BASE_TAG := 1.25
SHARED_IMAGE_LABELS = \
--label "org.opencontainers.image.created=$(shell TZ=GMT date --iso-8601=seconds)" \
--label "org.opencontainers.image.url=https://skupper.io/" \
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/skupperproject/skupper

go 1.24.0

toolchain go1.24.9
go 1.25.0

require (
github.com/Azure/go-amqp v1.0.5
Expand Down