We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657d4f5 commit 768b470Copy full SHA for 768b470
2 files changed
.github/workflows/ci.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- master
7
+ tags:
8
+ - '*'
9
pull_request:
10
11
.github/workflows/goreleaser.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set Up Go
17
uses: actions/setup-go@v3
18
with:
19
- go-version: 1.19
+ go-version: 1.20
20
- name: Run GoReleaser
21
uses: goreleaser/goreleaser-action@v4
22
0 commit comments