Skip to content

Commit c6bbba1

Browse files
committed
Go v1.24.5
1 parent af4f99d commit c6bbba1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# STAGE: base
1111
## Compiles Sliver for use
12-
FROM golang:1.23.5 AS base
12+
FROM golang:latest AS base
1313

1414
### Base packages
1515
RUN apt-get update --fix-missing && apt-get -y install \

go-assets.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ set -e
2020

2121
# Creates the static go asset archives
2222

23-
GO_VER="1.23.5"
24-
GARBLE_VER="1.23.5"
23+
GO_VER="1.24.5"
24+
GARBLE_VER="1.24.5"
2525
ZIG_VER="0.13.0"
2626
SGN_VER="0.0.3"
2727

0 commit comments

Comments
 (0)