From 26b78da281fe9d67277107461a6cfeb4dd073754 Mon Sep 17 00:00:00 2001 From: TJ Hoplock Date: Thu, 31 Aug 2023 22:00:25 -0400 Subject: [PATCH] ci: use go1.21.0 fmt to make ci happy https://github.com/prometheus/prometheus/actions/runs/6044443719/job/16403043771?pr=12774 Signed-off-by: TJ Hoplock --- notifier/notifier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifier/notifier.go b/notifier/notifier.go index a516c8f05..af5579933 100644 --- a/notifier/notifier.go +++ b/notifier/notifier.go @@ -31,8 +31,8 @@ import ( "github.com/prometheus/alertmanager/api/v2/models" "github.com/prometheus/client_golang/prometheus" config_util "github.com/prometheus/common/config" - "github.com/prometheus/common/sigv4" "github.com/prometheus/common/model" + "github.com/prometheus/common/sigv4" "github.com/prometheus/common/version" "go.uber.org/atomic"