Compare commits

...

2 commits

Author SHA1 Message Date
220753eb4e
chore(deps): update dependency go to v1.24.3
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
2025-05-06 22:04:55 +00:00
9f0ae28a52
chore(deps): update golang docker tag to v1.24.3
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
2025-05-06 21:04:38 +00:00
3 changed files with 4 additions and 4 deletions

View file

@ -1,12 +1,12 @@
steps: steps:
- name: gofmt - name: gofmt
image: golang:1.24.2 image: golang:1.24.3
commands: commands:
- gofmt -l -s . - gofmt -l -s .
when: when:
- event: [push, manual] - event: [push, manual]
- name: vuln-check - name: vuln-check
image: golang:1.24.2 image: golang:1.24.3
commands: commands:
- go install golang.org/x/vuln/cmd/govulncheck@latest - go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./... - govulncheck ./...

View file

@ -1,4 +1,4 @@
FROM golang:1.24.2-bookworm AS build FROM golang:1.24.3-bookworm AS build
# Create build workspace folder # Create build workspace folder
WORKDIR /workspace WORKDIR /workspace

2
go.mod
View file

@ -2,7 +2,7 @@ module git.ar21.de/yolokube/go-traefik-certmanager
go 1.24.0 go 1.24.0
toolchain go1.24.2 toolchain go1.24.3
require ( require (
github.com/alecthomas/kong v1.10.0 github.com/alecthomas/kong v1.10.0