From ff06f98a38b76f71ad61776621eb4c4d783494e8 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 31 Aug 2022 09:57:32 -0500 Subject: [PATCH] trivial: update golang container for msi publishing The deploy job failed at 1.8.4 release, move up to a current version of golang instead to fix this. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e5ad7e5e9..e89f3adaf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -113,7 +113,7 @@ jobs: publish-github-exe-release: docker: - - image: circleci/golang:1.9 + - image: circleci/golang:1.17.5 steps: - attach_workspace: at: .