chore(deps): update golang docker tag to v1.23.2
ci/woodpecker/pr/lint Pipeline was successful Details
ci/woodpecker/pr/test Pipeline was successful Details
ci/woodpecker/pr/build Pipeline was successful Details
ci/woodpecker/pull_request_closed/build Pipeline was successful Details

This commit is contained in:
Renovate 🤖 2024-10-02 00:04:42 +00:00
parent 65b2c2040c
commit 5e432ffa5c
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ when:
steps: steps:
golang: golang:
image: golang:1.23.1 image: golang:1.23.2
commands: commands:
- go test -v ./... - go test -v ./...

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM golang:1.23.1 AS builder FROM golang:1.23.2 AS builder
WORKDIR /app WORKDIR /app