From 8e77306036121490f0ed370222bd0309521298bb Mon Sep 17 00:00:00 2001 From: acpana <8968914+acpana@users.noreply.github.com> Date: Wed, 11 May 2022 11:31:02 -0700 Subject: [PATCH 1/2] stage retract for v0.3.11 Signed-off-by: acpana <8968914+acpana@users.noreply.github.com> --- go.mod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/go.mod b/go.mod index e3a656e..a16b9e6 100644 --- a/go.mod +++ b/go.mod @@ -15,3 +15,6 @@ require ( github.com/prometheus/common v0.9.1 github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 // indirect ) + +// Introduced undocumented breaking change to metrics sink interface +retract v0.3.11 From bd50b62d5a48e681d2b55d64c22b2833b61af570 Mon Sep 17 00:00:00 2001 From: Paul Banks Date: Tue, 24 May 2022 20:45:53 +0100 Subject: [PATCH 2/2] Bump supported go versions to most recent 3 --- .circleci/config.yml | 12 ++++++------ go.mod | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e7734ff..ef50a5f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,23 +7,23 @@ workflows: ci: jobs: - go/test: - name: test-golang-1.14 + name: test-golang-1.16 executor: name: go/golang - tag: "1.14" + tag: "1.16" cgo-enabled: "1" go-test-flags: -race - go/test: - name: test-golang-1.15 + name: test-golang-1.17 executor: name: go/golang - tag: "1.15" + tag: "1.17" cgo-enabled: "1" go-test-flags: -race - go/test: - name: test-golang-1.16 + name: test-golang-1.18 executor: name: go/golang - tag: "1.16" + tag: "1.18" cgo-enabled: "1" go-test-flags: -race diff --git a/go.mod b/go.mod index a16b9e6..c96429b 100644 --- a/go.mod +++ b/go.mod @@ -17,4 +17,4 @@ require ( ) // Introduced undocumented breaking change to metrics sink interface -retract v0.3.11 +retract v0.3.11 \ No newline at end of file