Skip to content

Commit 3faabd3

Browse files
authored
Merge branch 'master' into fix_missing_extension
2 parents 2d9a465 + 2f486be commit 3faabd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.22.5 AS base
12+
FROM golang:1.23.5 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.22.5"
24-
GARBLE_VER="1.22.5"
23+
GO_VER="1.23.5"
24+
GARBLE_VER="1.23.5"
2525
ZIG_VER="0.13.0"
2626
SGN_VER="0.0.3"
2727

0 commit comments

Comments
 (0)