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 b92f691 commit 8a1eb8eCopy full SHA for 8a1eb8e
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
13
- uses: actions/setup-go@v4
14
with:
15
- go-version: 1.20
+ go-version: "1.20"
16
17
- run: go mod tidy
18
- run: go build
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
19
20
21
22
23
- uses: goreleaser/goreleaser-action@v4
24
0 commit comments