From 4c17f73750aaf54b35102178c895d2eab5f2156c Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Wed, 12 Jan 2022 23:14:00 +1100 Subject: [PATCH] maybe this will fix CI --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7e2c1527..1ff5171b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,11 +43,11 @@ jobs: # matrix build jobs run on every commit # building on versioned Go and the latest one # '<<: *' syntax is a YAML thing for including documents - "golang:1.12": + "golang:1.17": <<: *env-shared <<: *build-shared docker: - - image: circleci/golang:1.12 + - image: circleci/golang:1.17 "golang:latest": <<: *env-shared <<: *build-shared @@ -57,7 +57,7 @@ jobs: release: <<: *env-shared docker: - - image: circleci/golang:1.12 + - image: circleci/golang:1.17 steps: - checkout #- run: @@ -88,7 +88,7 @@ workflows: build: jobs: # build matrix - - "golang:1.12" + - "golang:1.17" - "golang:latest" release: jobs: