Skip to content

Commit 5e5b3be

Browse files
authored
Merge pull request #581 from devlights/bump-up-go1.19
2 parents fa5ff67 + d595244 commit 5e5b3be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"build": {
44
"dockerfile": "Dockerfile",
55
"args": {
6-
"VARIANT": "1.18",
6+
"VARIANT": "1.19",
77
"NODE_VERSION": "lts/*"
88
}
99
},

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.18
3+
go 1.19
44

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

0 commit comments

Comments
 (0)