Compare commits

..

3 commits

Author SHA1 Message Date
142a447bd9
chore(deps): update golangci/golangci-lint docker tag to v2
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test unknown status
ci/woodpecker/push/build unknown status
2025-04-03 18:07:50 +00:00
9ba03e90fd chore(deps): update golang docker tag to v1.24.2
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2025-04-03 20:02:44 +02:00
ed78e99e4d
chore(deps): update dependency go to v1.24.2
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test unknown status
ci/woodpecker/push/build unknown status
ci/woodpecker/push/deploy unknown status
2025-04-03 17:11:18 +00:00
4 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1,6 +1,6 @@
steps:
- name: gotest
image: golang:1.24.1
image: golang:1.24.2
commands:
- go test ./...
when:

View file

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

2
go.mod
View file

@ -2,7 +2,7 @@ module git.ar21.de/yolokube/grafana-backuper
go 1.23.0
toolchain go1.24.1
toolchain go1.24.2
require (
github.com/ProtonMail/go-crypto v1.1.6