Skip to content

Commit

Permalink
Revert "go.mod: set minimum version to 1.18"
Browse files Browse the repository at this point in the history
This reverts commit ebb720d.

golangci-lint does not support 1.18 yet
(golangci/golangci-lint#2649), postpone the upgrade.
  • Loading branch information
fho committed Mar 16, 2022
1 parent 8cc2363 commit 6a46126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 6a46126

Please sign in to comment.