diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e978dbb..a143cb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: push: branches: - master + tags: + - '*' pull_request: branches: - master diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 1ceb38a..8146a64 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -16,7 +16,7 @@ jobs: - name: Set Up Go uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.20 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4 with: