From 1aca0e4fd5bc18cc3d7c326aa725634e5559d254 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 01:49:39 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.25.3 --- .drone.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index ad2af9e..d082cee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ pool: steps: - name: lint - image: golang:1.22.4 + image: golang:1.25.3 pull: always commands: - go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2 @@ -19,7 +19,7 @@ steps: - name: gopath path: "/go" - name: test - image: golang:1.22.4 + image: golang:1.25.3 commands: - go test -cover ./... volumes: @@ -46,7 +46,7 @@ pool: steps: - name: environment - image: golang:1.22.4 + image: golang:1.25.3 pull: always environment: CGO_ENABLED: "0" @@ -54,7 +54,7 @@ steps: - go version - go env - name: build - image: golang:1.22.4 + image: golang:1.25.3 environment: CGO_ENABLED: "0" commands: @@ -90,7 +90,7 @@ pool: steps: - name: environment - image: golang:1.22.4 + image: golang:1.25.3 pull: always environment: CGO_ENABLED: "0" @@ -98,7 +98,7 @@ steps: - go version - go env - name: build - image: golang:1.22.4 + image: golang:1.25.3 environment: CGO_ENABLED: "0" commands: @@ -134,7 +134,7 @@ pool: steps: - name: environment - image: golang:1.22.4 + image: golang:1.25.3 pull: always environment: CGO_ENABLED: "0" @@ -142,7 +142,7 @@ steps: - go version - go env - name: build - image: golang:1.22.4 + image: golang:1.25.3 environment: CGO_ENABLED: "0" commands: @@ -184,7 +184,7 @@ pool: steps: - name: environment - image: golang:1.22.4 + image: golang:1.25.3 pull: always environment: CGO_ENABLED: "0" @@ -192,7 +192,7 @@ steps: - go version - go env - name: build - image: golang:1.22.4 + image: golang:1.25.3 environment: CGO_ENABLED: "0" commands: @@ -264,7 +264,7 @@ pool: steps: - name: build pull: always - image: golang:1.22.4 + image: golang:1.25.3 commands: - GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -a -tags netgo -o release/drone-s3-linux-amd64 - GOOS=linux GOARCH=arm64 go build -ldflags "-s -w" -a -tags netgo -o release/drone-s3-linux-arm64