Skip to content

Commit

Permalink
Update gorelease base
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst committed Oct 17, 2022
1 parent 1dac1ac commit bfd7b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -96,9 +96,9 @@ jobs:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # tag=v3
with:
go-version: 1.18
go-version: 1.19
check-latest: true
- run: go run golang.org/x/exp/cmd/gorelease@latest -base=v2.11.3
- run: go run golang.org/x/exp/cmd/gorelease@latest -base=v2.12.0
proto_lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit bfd7b18

Please sign in to comment.