Skip to content

Commit

Permalink
Update go version to 1.19
Browse files Browse the repository at this point in the history
Signed-off-by: thepetk <[email protected]>
  • Loading branch information
thepetk committed Nov 3, 2023
1 parent c713067 commit 56c3d9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/go-toolset:1.18.9-14
FROM registry.access.redhat.com/ubi9/go-toolset:1.19.13-4.1697647145

COPY . .
RUN go mod download
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/devfile-samples/devfile-sample-go-basic

go 1.16
go 1.19

0 comments on commit 56c3d9f

Please sign in to comment.