Skip to content

Commit 35405b0

Browse files
authored
Merge pull request #659 from devlights:upgrade-go-version
Update Go version
2 parents 10e8bef + 2da5b51 commit 35405b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM gitpod/workspace-base:latest
22

3-
ENV GO_VERSION=1.20.7
3+
ENV GO_VERSION=1.21.0
44

55
# For ref, see: https://github.com/gitpod-io/workspace-images/blob/61df77aad71689504112e1087bb7e26d45a43d10/chunks/lang-go/Dockerfile#L10
66
ENV GOPATH=$HOME/go-packages

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/devlights/try-golang
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/devlights/gomy v0.6.0

0 commit comments

Comments
 (0)