diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 5819f9c19e..bdf3ac1cbf 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.18 + go-version: 1.23 - uses: actions/cache@v4 with: path: | diff --git a/.goreleaser.yml b/.goreleaser.yml index 47eaca036f..091a1abbd6 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,5 @@ project_name: jupiter +version: 2 builds: - main: ./cmd/jupiter