Skip to content

Commit

Permalink
GO 1.23.3
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 9, 2024
1 parent f3f3ec8 commit 3b249f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.2
FROM golang:1.23.3

ARG TARGETOS
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL=/bin/bash -o pipefail
REGISTRY ?= appscode
BIN ?= golang-dev
IMAGE := $(REGISTRY)/$(BIN)
VERSION ?= 1.23.2
VERSION ?= 1.23.3
SRC_REG ?=

DOCKER_PLATFORMS := linux/amd64 linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
GO Docker image used for building AppsCode projects

```console
docker pull appscode/golang-dev:1.23.2
docker pull appscode/golang-dev:1.23.3
```

0 comments on commit 3b249f6

Please sign in to comment.