Skip to content

Commit

Permalink
Merge pull request cscetbon#167 from AKamyshnikova/ci-bump
Browse files Browse the repository at this point in the history
Update ci image base to golang:1.23.5
  • Loading branch information
AKamyshnikova authored Feb 3, 2025
2 parents ed5ce18 + d866d2e commit 0747760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22
FROM golang:1.23.5

# Make Apt non-interactive
RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90ci \
Expand Down

0 comments on commit 0747760

Please sign in to comment.