diff --git a/.sage/go.mod b/.sage/go.mod index fa92365..8c425a3 100644 --- a/.sage/go.mod +++ b/.sage/go.mod @@ -2,4 +2,4 @@ module sage go 1.23 -require go.einride.tech/sage v0.334.0 +require go.einride.tech/sage v0.344.1 diff --git a/.sage/go.sum b/.sage/go.sum index f1adae2..b423162 100644 --- a/.sage/go.sum +++ b/.sage/go.sum @@ -1,2 +1,2 @@ -go.einride.tech/sage v0.334.0 h1:HY/u8jM2UQ/BerH+vk7JtXf2hg6J0z99Fh0YAQ4QeaE= -go.einride.tech/sage v0.334.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ= +go.einride.tech/sage v0.344.1 h1:M122n+0EzmassHXKd4VpuPaN3+rb8nzc/L7Z7jj6Sws= +go.einride.tech/sage v0.344.1/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ= diff --git a/Makefile b/Makefile index d186a6d..913efa8 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ sagefile := $(abspath $(cwd)/.sage/bin/sagefile) go := $(shell command -v go 2>/dev/null) export GOWORK ?= off ifndef go -SAGE_GO_VERSION ?= 1.20.2 +SAGE_GO_VERSION ?= 1.23.4 export GOROOT := $(abspath $(cwd)/.sage/tools/go/$(SAGE_GO_VERSION)/go) export PATH := $(PATH):$(GOROOT)/bin go := $(GOROOT)/bin/go