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 2bda0ca commit 2ac9662Copy full SHA for 2ac9662
.github/workflows/build.yml
@@ -16,9 +16,9 @@ jobs:
16
steps:
17
18
- name: Set up Go 1.x
19
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
20
with:
21
- go-version: ^1.20
+ go-version: ^1.23
22
23
- name: Check out code into the Go module directory
24
uses: actions/checkout@v3
.github/workflows/release.yml
fetch-depth: 0
-
name: Set up Go
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
0 commit comments