From 421936793651d6fe17fe3aa3fa9e9f96e10369dc Mon Sep 17 00:00:00 2001 From: Jesus Vazquez Date: Tue, 12 Mar 2024 20:20:58 +0100 Subject: [PATCH 1/2] Bump go version to 1.21.8 --- .circleci/config.yml | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 683668b3..6ca07209 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,7 +67,7 @@ jobs: test: working_directory: /home/circleci/go/src/github.com/grafana/carbon-relay-ng docker: - - image: cimg/go:1.20.5 + - image: cimg/go:1.21.8 steps: - checkout - run: make test @@ -75,7 +75,7 @@ jobs: build: working_directory: /home/circleci/go/src/github.com/grafana/carbon-relay-ng docker: - - image: cimg/go:1.20.5 + - image: cimg/go:1.21.8 steps: - checkout - run: go install github.com/go-bindata/go-bindata/...@latest @@ -166,7 +166,7 @@ jobs: github_binaries: docker: - - image: cimg/go:1.20.5 + - image: cimg/go:1.21.8 steps: - checkout - run: curl -sfL https://goreleaser.com/static/run | bash diff --git a/go.mod b/go.mod index 708ad27a..2db968f3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/grafana/carbon-relay-ng -go 1.20 +go 1.21.8 require ( cloud.google.com/go v0.18.1-0.20180119164648-b1067c1d21b5 From 3530237292d0fdaf7232f52d1a2e1b086b1d75e9 Mon Sep 17 00:00:00 2001 From: Jesus Vazquez Date: Tue, 12 Mar 2024 20:31:37 +0100 Subject: [PATCH 2/2] Set it to 1.21 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2db968f3..3471214f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/grafana/carbon-relay-ng -go 1.21.8 +go 1.21 require ( cloud.google.com/go v0.18.1-0.20180119164648-b1067c1d21b5