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.
2 parents fa5ff67 + d595244 commit 5e5b3beCopy full SHA for 5e5b3be
.devcontainer/devcontainer.json
@@ -3,7 +3,7 @@
3
"build": {
4
"dockerfile": "Dockerfile",
5
"args": {
6
- "VARIANT": "1.18",
+ "VARIANT": "1.19",
7
"NODE_VERSION": "lts/*"
8
}
9
},
go.mod
@@ -1,6 +1,6 @@
1
module github.com/devlights/try-golang
2
-go 1.18
+go 1.19
require (
github.com/devlights/gomy v0.4.9
0 commit comments