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 38263ff commit 2041dd5Copy full SHA for 2041dd5
.github/workflows/goreleaser.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v2
18
with:
19
- go-version: 1.16
+ go-version: 1.19
20
- name: Set up Environment
21
run: |
22
echo "GOVERSION=$(go version|awk '{print $3}')" >> $GITHUB_ENV
.goreleaser.yml
@@ -65,9 +65,9 @@ brews:
65
<key>WorkingDirectory</key>
66
<string>#{var}</string>
67
<key>StandardErrorPath</key>
68
- <string>#{var}/log/qtrn.log</string>
+ <string>#{var}/log/qf.log</string>
69
<key>StandardOutPath</key>
70
71
</dict>
72
</plist>
73
0 commit comments