diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index a86a43a6..26f50a05 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -27,15 +27,15 @@ jobs: id: get_version run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT + - name: Check out code + uses: actions/checkout@v3 + - name: Set up Go uses: actions/setup-go@v4 with: go-version: 1 id: go - - name: Check out code into the Go module directory - uses: actions/checkout@v3 - - name: Test suite run: | go version