Compare commits

...

3 commits

Author SHA1 Message Date
72948a90e5
fix(deps): update module github.com/cert-manager/cert-manager to v1.17.1
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
2025-02-13 14:08:53 +00:00
efb554f62b Merge pull request 'chore(deps): update golangci/golangci-lint docker tag to v1.64.4' (#15) from renovate/golangci-golangci-lint-1.x into main
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
Reviewed-on: #15
2025-02-13 15:01:13 +01:00
b0e0ef819a
chore(deps): update golangci/golangci-lint docker tag to v1.64.4
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
2025-02-12 23:05:34 +00:00
3 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ steps:
when:
- event: [push, manual]
- name: golangci-linter
image: golangci/golangci-lint:v1.64.3
image: golangci/golangci-lint:v1.64.4
commands:
- golangci-lint run ./...
when:

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.23.4
require (
github.com/alecthomas/kong v1.8.0
github.com/cert-manager/cert-manager v1.17.0
github.com/cert-manager/cert-manager v1.17.1
k8s.io/api v0.32.1
k8s.io/apimachinery v0.32.1
k8s.io/client-go v0.32.1

4
go.sum
View file

@ -4,8 +4,8 @@ github.com/alecthomas/kong v1.8.0 h1:LEDIdSYrHU+4oTF2BL0NAfw++wH6lg/LzAJodTkLikM
github.com/alecthomas/kong v1.8.0/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU=
github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc=
github.com/alecthomas/repr v0.4.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
github.com/cert-manager/cert-manager v1.17.0 h1:ba7K/WLzcTCFzB+5fQiwD4LAqaRc0c+KwKCD9KqHPSg=
github.com/cert-manager/cert-manager v1.17.0/go.mod h1:zeG4D+AdzqA7hFMNpYCJgcQ2VOfFNBa+Jzm3kAwiDU4=
github.com/cert-manager/cert-manager v1.17.1 h1:Aig+lWMoLsmpGd9TOlTvO4t0Ah3D+/vGB37x/f+ZKt0=
github.com/cert-manager/cert-manager v1.17.1/go.mod h1:zeG4D+AdzqA7hFMNpYCJgcQ2VOfFNBa+Jzm3kAwiDU4=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=