Skip to content

Commit

Permalink
fix: use stable
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Jul 9, 2024
1 parent 0a0a650 commit 2545f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
go_version:
required: false
type: string
default: ^1
default: stable
upload_artifact:
required: false
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
go_version:
required: false
type: string
default: ^1
default: stable
lfs:
required: false
type: boolean
Expand Down

0 comments on commit 2545f9a

Please sign in to comment.