Skip to content

Commit

Permalink
Use golang 1.22 to fix dev env (#4636)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored May 23, 2024
1 parent 8cbbf1d commit 9d0130e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/copy-assets/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as builder
FROM golang:1.22 as builder
WORKDIR /action
COPY . /action

Expand Down
2 changes: 1 addition & 1 deletion kurl_proxy/skaffold.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-bookworm
FROM golang:1.22-bookworm

ENV PROJECTPATH=/go/src/github.com/replicatedhq/kots/kurl_proxy
WORKDIR $PROJECTPATH
Expand Down

0 comments on commit 9d0130e

Please sign in to comment.