Skip to content

Commit

Permalink
use go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
iurii-ssv committed Oct 25, 2024
1 parent da61788 commit e77bf1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# STEP 1: Prepare environment
#
FROM golang:1.23 AS preparer
FROM golang:1.22 AS preparer

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends \
Expand Down Expand Up @@ -53,7 +53,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
#
# STEP 3: Prepare image to run the binary
#
FROM golang:1.23 AS runner
FROM golang:1.22 AS runner

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ssvlabs/ssv

go 1.23
go 1.22

require (
github.com/aquasecurity/table v1.8.0
Expand Down

0 comments on commit e77bf1e

Please sign in to comment.