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

This commit is contained in:
Renovate 🤖 2024-12-05 00:03:28 +00:00
parent 822f288b79
commit afdb864d5d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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