Skip to content

Commit

Permalink
Bump go.mod directive to 1.19
Browse files Browse the repository at this point in the history
Also bump the codespace Go version to 1.19.
  • Loading branch information
ryboe committed Aug 3, 2022
1 parent b315445 commit 9c0e951
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"GO_VERSION": "1.18",
},
"GO_VERSION": "1.19"
}
},
// dlv needs these capabilities. It needs to run the ptrace (process trace)
// syscall, and we need to disable the default seccomp profile applied to
Expand Down Expand Up @@ -35,6 +35,6 @@
"eamodio.gitlens",
"golang.go",
"ms-azuretools.vscode-docker",
"redhat.vscode-yaml",
],
"redhat.vscode-yaml"
]
}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ryboe/q

go 1.18
go 1.19

require github.com/kr/pretty v0.3.0

Expand Down

0 comments on commit 9c0e951

Please sign in to comment.