Skip to content

Commit

Permalink
go upgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
vijeyash1 committed May 13, 2024
1 parent c2d7135 commit a43ec5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20 as builder
FROM golang:1.22 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/migration/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 as builder
FROM golang:1.22 as builder

WORKDIR /workspace
COPY ./ ./
Expand Down

0 comments on commit a43ec5f

Please sign in to comment.