Skip to content

Commit

Permalink
chore: fix release config
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Jan 17, 2025
1 parent 190ae1c commit 7c3335f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
project_name: jupiter
version: 2

builds:
- main: ./cmd/jupiter
Expand Down

0 comments on commit 7c3335f

Please sign in to comment.