We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190ae1c commit 7c3335fCopy full SHA for 7c3335f
.github/workflows/goreleaser.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v5
18
with:
19
- go-version: 1.18
+ go-version: 1.23
20
- uses: actions/cache@v4
21
22
path: |
.goreleaser.yml
@@ -1,4 +1,5 @@
1
project_name: jupiter
2
+version: 2
3
4
builds:
5
- main: ./cmd/jupiter
0 commit comments