From 7cd1c4a722fc2a6c6acceb278a203c028cec6a1e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 12 Feb 2025 20:06:49 +0000 Subject: [PATCH 1/3] chore(deps): update golang docker tag to v1.24.0 --- .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 362b4b1..bb1cdc2 100644 --- a/.woodpecker/.lint.yaml +++ b/.woodpecker/.lint.yaml @@ -1,12 +1,12 @@ steps: - name: gofmt - image: golang:1.23.6 + image: golang:1.24.0 commands: - gofmt -l -s . when: - event: push - name: vuln-check - image: golang:1.23.6 + image: golang:1.24.0 commands: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./... diff --git a/.woodpecker/.test.yaml b/.woodpecker/.test.yaml index 8139e14..b75f270 100644 --- a/.woodpecker/.test.yaml +++ b/.woodpecker/.test.yaml @@ -1,6 +1,6 @@ steps: - name: gotest - image: golang:1.23.6 + image: golang:1.24.0 commands: - go test ./... when: diff --git a/Dockerfile b/Dockerfile index 5e42162..5f04977 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.6-bookworm AS build +FROM golang:1.24.0-bookworm AS build # Create build workspace folder WORKDIR /workspace From f17e058ef6ecdac10792a3adfe7755cdf8af32ef Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 12 Feb 2025 21:09:00 +0000 Subject: [PATCH 2/3] chore(deps): update golangci/golangci-lint docker tag to v1.64.3 --- .woodpecker/.lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.lint.yaml b/.woodpecker/.lint.yaml index 362b4b1..561abd1 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.2 + image: golangci/golangci-lint:v1.64.3 commands: - golangci-lint run ./... when: From 691f899fdc83d790578ca5a306744b2b7743613e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 12 Feb 2025 21:09:39 +0000 Subject: [PATCH 3/3] chore(deps): update golangci/golangci-lint docker tag to v1.64.3 --- .woodpecker/.lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.lint.yaml b/.woodpecker/.lint.yaml index bb1cdc2..1458f8c 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.2 + image: golangci/golangci-lint:v1.64.3 commands: - golangci-lint run ./... when: