Skip to content

Commit 18f6798

Browse files
authored
Bump Go version to 1.22 in dev containers config (prebid#3983)
1 parent bcf6491 commit 18f6798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dockerfile": "Dockerfile",
77
"args": {
88
// Update the VARIANT arg to pick a version of Go
9-
"VARIANT": "1.20",
9+
"VARIANT": "1.22",
1010
// Options
1111
"INSTALL_NODE": "false",
1212
"NODE_VERSION": "lts/*"

0 commit comments

Comments
 (0)