From 35ec8446a1445fa73a40f2607b5a392870ff7528 Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Sat, 23 Mar 2024 18:32:49 +0100 Subject: [PATCH] Let go version be detected on go.mod Signed-off-by: Ulysses Souza --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c5c50f..0a4a494 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Gotestsum installer uses: autero1/action-gotestsum@v2.0.0 with: - gotestsum_version: '1.11.0' + go-version-file: 'go.mod' - name: Test run: make test