Skip to content

Commit

Permalink
go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Sep 12, 2024
1 parent 712681e commit 8c2df4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/dockerfiles/kurl-proxy/Dockerfile.local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine
FROM golang:1.23-alpine

RUN apk add --no-cache ca-certificates curl git make bash

Expand Down
4 changes: 2 additions & 2 deletions dev/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function populate() {
-e GOCACHE=/replicatedhq/kots/dev/.gocache \
-e GOMODCACHE=/replicatedhq/kots/dev/.gomodcache \
-w /replicatedhq/kots \
golang:1.22-alpine \
golang:1.23-alpine \
/bin/sh -c "apk add make bash git && make kots build"
;;
"kotsadm-web")
Expand All @@ -43,7 +43,7 @@ function populate() {
-e GOCACHE=/replicatedhq/kots/dev/.gocache \
-e GOMODCACHE=/replicatedhq/kots/dev/.gomodcache \
-w /replicatedhq/kots/kurl_proxy \
golang:1.22-alpine \
golang:1.23-alpine \
/bin/sh -c "apk add make bash git && make build"
;;
esac
Expand Down

0 comments on commit 8c2df4c

Please sign in to comment.