Skip to content

Commit 74c38ee

Browse files
authored
Update goreleaser to 1.10.3, pin go-version (#12)
1 parent f303637 commit 74c38ee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
uses: actions/checkout@v1
1414

1515
- name: Run GoReleaser
16-
uses: docker://goreleaser/goreleaser:v0.118
16+
uses: docker://goreleaser/goreleaser:v1.10.3
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
1919
with:
20+
go-version: '~1.18'
2021
args: release
2122
if: success()
2223

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ nfpms:
4242
- rpm
4343

4444
brews:
45-
- github:
45+
- tap:
4646
owner: prometheusresearch
4747
name: homebrew-public
4848
commit_author:

0 commit comments

Comments
 (0)