From ac5964480b8278b028be1a07b74568b4c5d31f12 Mon Sep 17 00:00:00 2001 From: Seebs Date: Thu, 20 May 2021 16:43:23 -0500 Subject: [PATCH] add go 1.16.3 to circleci Since we're starting to use this more, add it to the matrix. We should probably make it our default later, but for now let's just start testing it. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1d5343f03..74c6cc8b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -224,7 +224,7 @@ workflows: - setup matrix: parameters: - golang_version: ["1.14.15", "1.15.8"] + golang_version: ["1.14.15", "1.15.8", "1.16.3"] - test: name: << matrix.test_make_target >> resource_class: xlarge