From 13c74414b2254e7b5dc788c30342245f8a1f001f Mon Sep 17 00:00:00 2001 From: kmoe <5575356+kmoe@users.noreply.github.com> Date: Fri, 1 Apr 2022 12:26:33 +0100 Subject: [PATCH] use Go 1.18 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d494d732..ed47033d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -170,11 +170,11 @@ workflows: - linux-tests: matrix: parameters: - go-version: ["1.14"] + go-version: ["1.18"] name: linux-test-go-<< matrix.go-version >> - win-tests: matrix: parameters: - go-version: ["1.12"] + go-version: ["1.18"] gotestsum-version: ["0.4.1"] name: win-test-go-<< matrix.go-version >>