From 5a6b88c35ca2696b7adc6feed7303300f6d5c525 Mon Sep 17 00:00:00 2001 From: redanthrax Date: Tue, 28 Jun 2022 13:41:28 -0700 Subject: [PATCH] added custom action use --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 298a7fb..96da87b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: https://github.com/redanthrax/setup-go/tree/ExtractArchiveFix with: go-version-file: 'go.mod'