Skip to content

Commit ac4677c

Browse files
authored
fix: update go versions (#399)
update go versions
1 parent f332d1d commit ac4677c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ chains.
3434

3535
## Installation Steps
3636

37-
> Prerequisite: Go 1.23.6+ required. [ref](https://golang.org/doc/install)
37+
> Prerequisite: Go 1.23.11+ required. [ref](https://golang.org/doc/install)
3838
3939
> Prerequisite: git. [ref](https://github.com/git/git)
4040

docker/persistencecore/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-alpine3.21 AS go-builder
1+
FROM golang:1.23.11-alpine3.21 AS go-builder
22

33
# Set up dependencies
44
ENV PACKAGES curl make git libusb-dev libc-dev bash gcc linux-headers eudev-dev python3

docker/persistencecore/Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.6-alpine3.21
1+
FROM golang:1.23.11-alpine3.21
22

33
# Set up dependencies
44
ENV PACKAGES curl make git libusb-dev libc-dev bash gcc linux-headers eudev-dev python3 git

0 commit comments

Comments
 (0)