From 7c3335f2bce267c72eebbae22f53a7fec6ce0228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E5=8F=AF?= Date: Fri, 17 Jan 2025 10:47:11 +0800 Subject: [PATCH] chore: fix release config --- .github/workflows/goreleaser.yml | 2 +- .goreleaser.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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