Skip to content

Commit 7c3335f

Browse files
committed
chore: fix release config
1 parent 190ae1c commit 7c3335f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.18
19+
go-version: 1.23
2020
- uses: actions/cache@v4
2121
with:
2222
path: |

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
project_name: jupiter
2+
version: 2
23

34
builds:
45
- main: ./cmd/jupiter

0 commit comments

Comments
 (0)