Only run generate on go 1.19
This commit is contained in:
parent
65c98c86ad
commit
c5057d195e
3
.github/workflows/cli.yml
vendored
3
.github/workflows/cli.yml
vendored
@ -43,7 +43,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…
Reference in New Issue
Block a user