fix: tests, golangci
*Changes* - Continuation WIP of #954 - Updated Go Version to - v1.22 - Updated Mocks for `pkg/controller/jenkins/client/jenkins.go` to support new changes - Updated package level tests - refactored code to adapt `context` API - Updated dependencies *Pending* - [] make E2E & HELM tests compatible to new changes
This commit is contained in:
parent
1cb7be2cdb
commit
404c5e0b10
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
check_filenames: true
|
check_filenames: true
|
||||||
ignore_words_list: aks,ags,startin,NotIn
|
ignore_words_list: aks,ags,startin,NotIn
|
||||||
skip: "*.js,package-lock.json,*.lock,*/Font-Awesome/*,*.toml,*.svg,*assets/vendor/bootstrap*,cert-manager.crds.yaml,*/docs/*"
|
skip: "*.js,package-lock.json,*.lock,*/Font-Awesome/*,*.toml,*.svg,*assets/vendor/bootstrap*,cert-manager.crds.yaml,*/docs/*,go.sum"
|
||||||
pre-commit:
|
pre-commit:
|
||||||
name: PreCommit
|
name: PreCommit
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue