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 fa5ff67 commit d595244Copy full SHA for d595244
.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