diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82b1f14..5a4a206 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,6 +61,12 @@ jobs: fi fi + # https://github.com/actions/setup-go + - name: Setup go + uses: actions/setup-go@v4 + with: + go-version: '^1.21.5' # The Go version to download (if necessary) and use. + - name: Build test binary run: go test -c .