Skip to content

Commit 2041dd5

Browse files
committed
Update releaser cfg
1 parent 38263ff commit 2041dd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.16
19+
go-version: 1.19
2020
- name: Set up Environment
2121
run: |
2222
echo "GOVERSION=$(go version|awk '{print $3}')" >> $GITHUB_ENV

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ brews:
6565
<key>WorkingDirectory</key>
6666
<string>#{var}</string>
6767
<key>StandardErrorPath</key>
68-
<string>#{var}/log/qtrn.log</string>
68+
<string>#{var}/log/qf.log</string>
6969
<key>StandardOutPath</key>
70-
<string>#{var}/log/qtrn.log</string>
70+
<string>#{var}/log/qf.log</string>
7171
</dict>
7272
</plist>
7373

0 commit comments

Comments
 (0)