Skip to content

Commit

Permalink
fix: tests, golangci
Browse files Browse the repository at this point in the history
*Changes*

- Continuation WIP of  jenkinsci#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
  • Loading branch information
ansh-devs committed Jul 21, 2024
1 parent 1cb7be2 commit 404c5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
check_filenames: true
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:
name: PreCommit
runs-on: ubuntu-latest
Expand Down

0 comments on commit 404c5e0

Please sign in to comment.