From a204bfe7d21a1e267ef857e8f7bd0f12b387b2d5 Mon Sep 17 00:00:00 2001 From: John Murret Date: Fri, 17 Jun 2022 16:50:13 -0600 Subject: [PATCH] updating go testsum version to 1.8.1 --- .github/workflows/reusable-unit.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-unit.yml b/.github/workflows/reusable-unit.yml index 1183e1922c..9e563e0203 100644 --- a/.github/workflows/reusable-unit.yml +++ b/.github/workflows/reusable-unit.yml @@ -13,7 +13,7 @@ on: # Environment variables can only be used at the step level env: TEST_RESULTS: /tmp/test-results # path to where test results are saved - GOTESTSUM_VERSION: 1.6.4 + GOTESTSUM_VERSION: 1.8.1 jobs: job: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d69f40decb..1dd9dca7b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ env: TEST_RESULTS: /tmp/test-results # path to where test results are saved CONSUL_VERSION: 1.13.0-alpha1 # Consul's OSS version to use in tests CONSUL_ENT_VERSION: 1.13.0-alpha1+ent # Consul's enterprise version to use in tests - GOTESTSUM_VERSION: 1.6.4 # You cannot use environment variables with workflows. The gotestsum version is hardcoded in the reusable workflows too. + GOTESTSUM_VERSION: 1.8.1 # You cannot use environment variables with workflows. The gotestsum version is hardcoded in the reusable workflows too. jobs: get-go-version: