Skip to content

Commit

Permalink
Merge pull request #1439 from ydb-platform/dockerfile-golang-1.23
Browse files Browse the repository at this point in the history
Update golang version to 1.23 in SLO Dockerfile
  • Loading branch information
asmyasnikov authored Sep 4, 2024
2 parents 02fe5c3 + 284004d commit 279aae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/slo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22 as build
FROM golang:1.23 as build
ARG SRC_PATH
ARG JOB_NAME
COPY . /src
Expand Down

0 comments on commit 279aae7

Please sign in to comment.