We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e8bef commit 2da5b51Copy full SHA for 2da5b51
.gitpod.Dockerfile
@@ -1,6 +1,6 @@
1
FROM gitpod/workspace-base:latest
2
3
-ENV GO_VERSION=1.20.7
+ENV GO_VERSION=1.21.0
4
5
# For ref, see: https://github.com/gitpod-io/workspace-images/blob/61df77aad71689504112e1087bb7e26d45a43d10/chunks/lang-go/Dockerfile#L10
6
ENV GOPATH=$HOME/go-packages
go.mod
module github.com/devlights/try-golang
-go 1.20
+go 1.21
require (
github.com/devlights/gomy v0.6.0
0 commit comments