Skip to content

Commit

Permalink
fix: updates for verify-schemagen.yaml for go 1.22.x and consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Coleman <kriscodeman@gmail.com>
  • Loading branch information
kriscoleman committed Jun 5, 2024
1 parent bf2c31b commit 4523c25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify-schemagen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ permissions:
contents: read

jobs:
docgen:
name: Verify Docgen
verify-schema:
name: Verify Schema
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: "1.21.x"
go-version: "1.22.x"
- run: ./schemagen/verify.sh

0 comments on commit 4523c25

Please sign in to comment.