Only run generate on go 1.19

main
Dan Buch 2 years ago
parent 38abd8db41
commit cb040b67a0
Signed by: meatballhat
GPG Key ID: A12F782281063434

@ -40,7 +40,8 @@ jobs:
GFLAGS: -tags urfave_cli_no_docs
- run: make check-binary-size
- run: make yamlfmt
- run: make generate
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
run: make generate
- run: make diffcheck
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
run: make v2diff

Loading…
Cancel
Save