Skip to content

Commit

Permalink
Bump Go 1.21 to 1.22 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin authored May 28, 2024
1 parent c2347db commit fd7ebf6
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.21 AS builder
FROM golang:1.22 AS builder

ADD . /go/src/github.com/replicatedhq/kots-lint
WORKDIR /go/src/github.com/replicatedhq/kots-lint
Expand Down
2 changes: 1 addition & 1 deletion okteto.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21
FROM golang:1.22

EXPOSE 8082
EXPOSE 2345
Expand Down
2 changes: 1 addition & 1 deletion skaffold.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

ADD . /go/src/github.com/replicatedhq/kots-lint
WORKDIR /go/src/github.com/replicatedhq/kots-lint
Expand Down

0 comments on commit fd7ebf6

Please sign in to comment.