From 0024873c3f9bcae90aa53150d851300fdf83e16b Mon Sep 17 00:00:00 2001 From: Marco Munizaga Date: Mon, 15 Jul 2024 13:32:37 -0700 Subject: [PATCH] tweak --- .github/workflows/go-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 9360d58ca4..756e4885ac 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -15,7 +15,7 @@ concurrency: jobs: go-test: - uses: ./go-test-template.yml + uses: ./.github/workflows/go-test-template.yml with: go-versions: '["1.21.x", "1.22.x"]' secrets: