Skip to content

Commit 7ac689b

Browse files
committed
Updates to go v1.21
1 parent f530238 commit 7ac689b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM mcr.microsoft.com/vscode/devcontainers/go:0-1.18
1+
FROM mcr.microsoft.com/devcontainers/go:1.21

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/quickfixgo/quickfix
22

3-
go 1.18
3+
go 1.21
44

55
require (
66
github.com/armon/go-proxyproto v0.0.0-20210323213023-7e956b284f0a

0 commit comments

Comments
 (0)