File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ Here is a list of supported host and target architectures:
2323You can pull Docker image with desired Go version:
2424
2525``` shell
26- docker pull x1unix/go-mingw:latest # or "1.22 " for specific Go version
26+ docker pull x1unix/go-mingw:latest # or "1.24 " for specific Go version
2727
2828# Or if you prefer to use GHCR:
29- docker pull ghcr.io/x1unix/docker-go-mingw/go-mingw:1.22
29+ docker pull ghcr.io/x1unix/docker-go-mingw/go-mingw:1.24
3030```
3131
3232> [ !TIP]
@@ -146,11 +146,11 @@ To do this, mount your GOPATH or Go modules directory (`$GOPATH/pkg`).
146146Docker image can be rebuilt locally with a desired Go version:
147147
148148``` shell
149- make image GO_VERSION=1.20
149+ make image GO_VERSION=1.24
150150```
151151
152152> [ !IMPORTANT]
153- > Replace ` 1.20 ` with desired Go version.
153+ > Replace ` 1.24 ` with desired Go version.
154154
155155## Credits
156156
You can’t perform that action at this time.
0 commit comments