Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit cff38f5

Browse files
committed
Bump go to 1.25.1
1 parent 65dde52 commit cff38f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM gocd/gocd-agent-wolfi:v25.3.0
2-
ARG GOVERSION=1.24
2+
ARG GOVERSION=1.25
33

44
USER root
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ docker build . --pull --no-cache --platform linux/amd64 -t gocddev/golang-build:
2525

2626
Start the container with this:
2727

28-
```
28+
```shell
2929
docker run -d -e GO_SERVER_URL=... gocddev/golang-build:SNAPSHOT
3030
```
3131

0 commit comments

Comments
 (0)