Skip to content

Commit

Permalink
Go 1.23.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Sep 6, 2024
1 parent 4389ab8 commit bf7f924
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.0
FROM golang:1.23.1

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.0
VERSION ?= 1.23.1
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.0
docker pull appscode/golang-dev:1.23.1
```

0 comments on commit bf7f924

Please sign in to comment.