Skip to content

Commit 387177b

Browse files
committed
chore(stacks): bump go version to 1.25
1 parent b3367e7 commit 387177b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/stack-utils

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ shopt -s expand_aliases
55
alias gzip="gzip -n -9"
66

77
. /etc/os-release
8-
export GO_VERSION=1.24
8+
export GO_VERSION=1.25
99
export RUBY_VERSION=3.4
1010
export RUST_VERSION=1
1111
export STACK_NAME="${STACK_NAME:?name is required}"
@@ -69,4 +69,4 @@ if ! _is_sourced; then
6969
action=$1
7070
shift 1
7171
$action "$@"
72-
fi
72+
fi

0 commit comments

Comments
 (0)