Skip to content

Commit

Permalink
gha: update workflow to goreleaser v2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhsu committed Jul 19, 2024
1 parent 4a5509a commit fc4dc3d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/lint-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
branches:
- 'dev'
paths:
- '.github/workflows/lint-golang.yml'
- 'src/go/**'
tags-ignore:
- '**'
pull_request:
paths:
- '.github/workflows/lint-golang.yml'
- 'src/go/**'

jobs:
Expand Down Expand Up @@ -53,7 +55,8 @@ jobs:
git diff --exit-code -- go.mod go.sum
- name: Check goreleaser configuration file
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: v1.24.0
args: check src/go/.goreleaser.yaml
distribution: goreleaser-pro
version: '~> v2'
args: check src/go/.goreleaser.yaml src/go/.goreleaser_rp_connect.yaml

0 comments on commit fc4dc3d

Please sign in to comment.