diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 11d418806ff2cc5d23b7a945d498d8f799a31b42..d35450d52080534935ef11f4cc22d050a1bfe61c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,6 +30,10 @@ jobs: if: ${{ startsWith(github.ref, 'refs/tags/') && contains(fromJSON('["mxschmitt", "JonasProgrammer"]'), github.actor) }} steps: - uses: actions/checkout@v2 + - name: Set up Go + uses: actions/setup-go@v2 + with: + go-version: 1.16 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 with: