Skip to content

Commit 5bb2448

Browse files
committed
github+docker: bump go to v1.23.10
1 parent fdc629c commit 5bb2448

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defaults:
1313
shell: bash
1414

1515
env:
16-
GO_VERSION: 1.23.6
16+
GO_VERSION: 1.23.10
1717

1818
jobs:
1919
build:

tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.6-bookworm
1+
FROM golang:1.23.10-bookworm
22

33
RUN apt-get update && apt-get install -y git
44
ENV GOCACHE=/tmp/build/.cache

0 commit comments

Comments
 (0)