From 9273a5ab6024291a549fbeeae8803987fa47abcb Mon Sep 17 00:00:00 2001 From: James Abley Date: Wed, 20 Oct 2021 08:48:03 +0100 Subject: [PATCH] chore: bump go to 1.17 Use the next-gen language images as per https://circleci.com/docs/2.0/circleci-images/ Change proposed to create a new build which will pick up https://github.com/goreleaser/goreleaser/pull/2591 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aa7d0d4..0e8b667 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ orbs: jobs: build: docker: - - image: circleci/golang:1.15-node + - image: cimg/go:1.17-node steps: - checkout