fix: as of Go 1.21, toolchain versions must use the 1.N.P syntax

Setting min toolchain to 1.21.0 for the gateway.
see: https://go.dev/doc/toolchain#version
This commit is contained in:
Ben McClelland
2024-04-18 20:29:23 -07:00
parent ae0354c765
commit 892d4d7d17
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/versity/versitygw
go 1.21
go 1.21.0
require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1