diff --git a/.github/workflows/goreleaser-orbit.yaml b/.github/workflows/goreleaser-orbit.yaml index aa43fc3958..35ad5ffee9 100644 --- a/.github/workflows/goreleaser-orbit.yaml +++ b/.github/workflows/goreleaser-orbit.yaml @@ -42,7 +42,7 @@ jobs: - name: Set up Go uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2 with: - go-version: 1.17.8 + go-version: 1.18.2 - name: Run GoReleaser run: go run github.com/goreleaser/goreleaser@v1.8.3 release --rm-dist -f orbit/.goreleaser.yml