Compare commits

..

1 commit

Author SHA1 Message Date
236acd8386
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 17:11:26 +00:00
4 changed files with 5 additions and 5 deletions

View file

@ -1,12 +1,12 @@
steps: steps:
- name: gofmt - name: gofmt
image: golang:1.24.2 image: golang:1.24.1
commands: commands:
- gofmt -l -s . - gofmt -l -s .
when: when:
- event: push - event: push
- name: vuln-check - name: vuln-check
image: golang:1.24.2 image: golang:1.24.1
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,6 +1,6 @@
steps: steps:
- name: gotest - name: gotest
image: golang:1.24.2 image: golang:1.24.1
commands: commands:
- go test ./... - go test ./...
when: when:

View file

@ -1,4 +1,4 @@
FROM golang:1.24.2-bookworm AS build FROM golang:1.24.1-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/grafana-backuper
go 1.23.0 go 1.23.0
toolchain go1.24.2 toolchain go1.24.1
require ( require (
github.com/ProtonMail/go-crypto v1.1.6 github.com/ProtonMail/go-crypto v1.1.6