From 91ca9f34c1bbb82dac04358ee9687df80392c3a2 Mon Sep 17 00:00:00 2001 From: r3drun3 Date: Wed, 5 Jul 2023 11:36:55 +0200 Subject: [PATCH] ci: modify action for test --- .github/workflows/goaction.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/goaction.yaml b/.github/workflows/goaction.yaml index 53aa5cb..3e39815 100644 --- a/.github/workflows/goaction.yaml +++ b/.github/workflows/goaction.yaml @@ -9,12 +9,11 @@ jobs: runs-on: ubuntu-latest permissions: write-all steps: - - name: Set up Go - uses: actions/setup-go@v2 + - name: Check out repository and setup go + uses: actions/checkout@v3 + uses: actions/setup-go@v3 with: go-version: '>=1.17.0' - - name: Check out repository - uses: actions/checkout@v2 - name: Set up environment variables run: | echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV