Skip to content

Commit

Permalink
Merge branch 'master' into fix_1842
Browse files Browse the repository at this point in the history
  • Loading branch information
rkervella authored Feb 13, 2025
2 parents 9fa1e15 + 2f486be commit 113ef5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# STAGE: base
## Compiles Sliver for use
FROM golang:1.22.5 AS base
FROM golang:1.23.5 AS base

### Base packages
RUN apt-get update --fix-missing && apt-get -y install \
Expand Down
4 changes: 2 additions & 2 deletions go-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ set -e

# Creates the static go asset archives

GO_VER="1.22.5"
GARBLE_VER="1.22.5"
GO_VER="1.23.5"
GARBLE_VER="1.23.5"
ZIG_VER="0.13.0"
SGN_VER="0.0.3"

Expand Down

0 comments on commit 113ef5d

Please sign in to comment.