From 21139b9863fcd3aac9f731f3af731dbe3f146917 Mon Sep 17 00:00:00 2001 From: ain ghazal Date: Fri, 19 Apr 2024 21:06:44 +0200 Subject: [PATCH] do not attempt to be smart with github variables --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc40e3d..85274da 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,5 @@ name: test, lint and gosec -env: - GOVERSION: 1.21 - on: push: branches: @@ -19,7 +16,7 @@ jobs: - name: setup go uses: actions/setup-go@v5 with: - go-version: '$env.GOVERSION' + go-version: '1.21' - name: Run short tests run: go test -cover ./...