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 f530238 commit 7ac689bCopy full SHA for 7ac689b
.devcontainer/Dockerfile.dev
@@ -1 +1 @@
1
-FROM mcr.microsoft.com/vscode/devcontainers/go:0-1.18
+FROM mcr.microsoft.com/devcontainers/go:1.21
go.mod
@@ -1,6 +1,6 @@
module github.com/quickfixgo/quickfix
2
3
-go 1.18
+go 1.21
4
5
require (
6
github.com/armon/go-proxyproto v0.0.0-20210323213023-7e956b284f0a
0 commit comments