From 6a46126a82458c72cd8c159b33b6fb136b5f775c Mon Sep 17 00:00:00 2001 From: Fabian Holler Date: Wed, 16 Mar 2022 16:08:12 +0100 Subject: [PATCH] Revert "go.mod: set minimum version to 1.18" This reverts commit ebb720dd1ae21f97add6fde36275cd8b6f4c8916. golangci-lint does not support 1.18 yet (https://github.com/golangci/golangci-lint/issues/2649), postpone the upgrade. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3ac0cbd8..48c9d543 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/simplesurance/goordinator -go 1.18 +go 1.17 require ( github.com/cenkalti/backoff v2.2.1+incompatible