Skip to content

Commit 3e17023

Browse files
authored
Merge pull request #31 from thepetk/update_go_version
Update go version to 1.19
2 parents c713067 + adcf194 commit 3e17023

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.18.9-14
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.19.13-4.1697647145
22

33
COPY . .
44
RUN go mod download
55

6-
RUN go build -o ./main
6+
RUN go build -buildvcs=false -o ./main
77

88
ENV PORT 8081
99
EXPOSE 8081

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/devfile-samples/devfile-sample-go-basic
22

3-
go 1.16
3+
go 1.19

0 commit comments

Comments
 (0)