Skip to content

Bump github.com/hashicorp/go-version from 1.7.0 to 1.8.0 in /tools #519

Bump github.com/hashicorp/go-version from 1.7.0 to 1.8.0 in /tools

Bump github.com/hashicorp/go-version from 1.7.0 to 1.8.0 in /tools #519

name: generated-code
on: pull_request
permissions:
contents: read
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
submodules: true
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version-file: 'go.mod'
- name: go run ./apispec-rule-gen
working-directory: ./tools
run: go run ./apispec-rule-gen && git diff --exit-code