Skip to content

Commit

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

ARG TARGETOS
ARG TARGETARCH
Expand Down Expand Up @@ -44,7 +44,7 @@ RUN mkdir -p /go/src/github.com/golang \
&& rm -rf /go/pkg /go/src

RUN set -x \
&& curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /usr/local/bin v1.60.1
&& curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /usr/local/bin v1.62.2

# https://github.com/golangci/golangci-lint/pull/2438#issuecomment-1069262198
# RUN set -x \
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.3
VERSION ?= 1.23.4
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.3
docker pull appscode/golang-dev:1.23.4
```

0 comments on commit 3ade958

Please sign in to comment.