From 6f26df9681dce743fd0c5c0e8e5d9810a4d47f3c Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 29 Aug 2024 10:42:58 +0200 Subject: [PATCH] circleci: test generics on go1.20 and windows as well Signed-off-by: Sebastiaan van Stijn --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6a73f72..d4dc736 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,6 +28,7 @@ workflows: executor: name: go/golang tag: 1.20-alpine + post-steps: *xgenerics - go/test: name: test-windows executor: windows @@ -39,6 +40,8 @@ workflows: choco upgrade golang echo 'export PATH="$PATH:/c/Program Files/Go/bin"' > $BASH_ENV - run: go version + - run: go install gotest.tools/gotestsum@latest + post-steps: *xgenerics executors: windows: