Skip to content

Commit 2f172d0

Browse files
authored
Merge pull request #653 from devlights:update-go-version
Update .gitpod.Dockerfile
2 parents f14d50e + 62d26b2 commit 2f172d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM gitpod/workspace-full:latest
33
ARG GITPOD_HOME_TMP="/home/gitpod/tmp"
44
ARG GITPOD_HOME_GO="/home/gitpod/go"
55
ARG GITPOD_HOME_GO_OLD="/home/gitpod/go-old"
6-
ARG GO_VERSION="1.20.3"
6+
ARG GO_VERSION="1.20.4"
77

88
USER gitpod
99

0 commit comments

Comments
 (0)