From 73377f0d9998e26cffec509cb91dac950a68ea4f Mon Sep 17 00:00:00 2001 From: arnested Date: Wed, 10 Jan 2024 15:31:16 +0000 Subject: [PATCH] Test Go unstable version 1.22rc1 See the draft release notes: https://tip.golang.org/doc/go1.22. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 32fa16d8..36545a7f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module ldddns.arnested.dk -go 1.21.6 +go 1.22rc1 require ( github.com/Microsoft/go-winio v0.6.1 // indirect