From 0e008cc339a941411ea3a65ab90b4d7c4c249c01 Mon Sep 17 00:00:00 2001 From: Alex Jones Date: Mon, 4 Jul 2022 10:49:26 +0100 Subject: [PATCH] updated to have compatibility with 1.17 golang --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 6f8696c..bcdeba2 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -3,7 +3,7 @@ before: hooks: # You may remove this if you don't use go modules. - - go mod tidy + - go mod tidy -compat=1.17 # you may remove this if you don't need go generate - go generate ./... builds: