From 2b2b3914bc33147f27ee601531655002a6eb0b01 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Tue, 23 Nov 2021 19:04:12 +0100 Subject: [PATCH] upgrade go version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 40306f31e9a7..f5340d8cc2a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: # Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub. # See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor docker: - - image: circleci/golang:1.15.8 + - image: circleci/golang:1.16.10 # Add steps to the job # See: https://circleci.com/docs/2.0/configuration-reference/#steps steps: