From ed78e99e4dd9b26b0bda3e550b39bb9cdbb123f5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Apr 2025 17:11:18 +0000 Subject: [PATCH 1/4] chore(deps): update dependency go to v1.24.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b69ad4d..68cf4cf 100644 --- a/go.mod +++ b/go.mod @@ -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 From 236acd83868d3f93960f63d6c603d6609cb497e7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Apr 2025 17:11:26 +0000 Subject: [PATCH 2/4] chore(deps): update golangci/golangci-lint docker tag to v2 --- .woodpecker/.lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.lint.yaml b/.woodpecker/.lint.yaml index c88368f..a76347a 100644 --- a/.woodpecker/.lint.yaml +++ b/.woodpecker/.lint.yaml @@ -13,7 +13,7 @@ steps: when: - event: push - name: golangci-linter - image: golangci/golangci-lint:v1.64.8 + image: golangci/golangci-lint:v2.0.2 commands: - golangci-lint run ./... when: From 9ba03e90fda88ca44ba82c7d9bf4c1c064df0050 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Apr 2025 17:11:24 +0000 Subject: [PATCH 3/4] chore(deps): update golang docker tag to v1.24.2 --- .woodpecker/.lint.yaml | 4 ++-- .woodpecker/.test.yaml | 2 +- Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker/.lint.yaml b/.woodpecker/.lint.yaml index c88368f..91a6ee0 100644 --- a/.woodpecker/.lint.yaml +++ b/.woodpecker/.lint.yaml @@ -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 ./... diff --git a/.woodpecker/.test.yaml b/.woodpecker/.test.yaml index e8bb521..7542ec3 100644 --- a/.woodpecker/.test.yaml +++ b/.woodpecker/.test.yaml @@ -1,6 +1,6 @@ steps: - name: gotest - image: golang:1.24.1 + image: golang:1.24.2 commands: - go test ./... when: diff --git a/Dockerfile b/Dockerfile index d69dbb5..9a5d375 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 From 142a447bd95a57ba556cfc61bdc7299d35668bd0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Apr 2025 18:07:50 +0000 Subject: [PATCH 4/4] chore(deps): update golangci/golangci-lint docker tag to v2 --- .woodpecker/.lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.lint.yaml b/.woodpecker/.lint.yaml index 91a6ee0..d891525 100644 --- a/.woodpecker/.lint.yaml +++ b/.woodpecker/.lint.yaml @@ -13,7 +13,7 @@ steps: when: - event: push - name: golangci-linter - image: golangci/golangci-lint:v1.64.8 + image: golangci/golangci-lint:v2.0.2 commands: - golangci-lint run ./... when: