From f4dc6c62e6bff6310f3652b0a6b17812f9e16b0f Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 30 Sep 2022 19:42:29 +0200 Subject: [PATCH] ci fixes --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7b0ac79..de3fc49 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,14 +39,12 @@ workflows: go_version: - "1.16" - "1.17" - - "1.18" - test: - name: test-windows - os: windows + name: test-freebsd + os: freebsd run_test: false matrix: parameters: go_version: - "1.16" - "1.17" - - "1.18"