Only run generate on go 1.19
This commit is contained in:
parent
38abd8db41
commit
cb040b67a0
3
.github/workflows/cli.yml
vendored
3
.github/workflows/cli.yml
vendored
@ -40,7 +40,8 @@ jobs:
|
|||||||
GFLAGS: -tags urfave_cli_no_docs
|
GFLAGS: -tags urfave_cli_no_docs
|
||||||
- run: make check-binary-size
|
- run: make check-binary-size
|
||||||
- run: make yamlfmt
|
- run: make yamlfmt
|
||||||
- run: make generate
|
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
|
||||||
|
run: make generate
|
||||||
- run: make diffcheck
|
- run: make diffcheck
|
||||||
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
|
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
|
||||||
run: make v2diff
|
run: make v2diff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user