Merge pull request 'chore(deps): update golang docker tag to v1.23.3' (#31) from renovate/golang-1.x into main
ci/woodpecker/push/build Pipeline was successful Details

Reviewed-on: #31
This commit is contained in:
Aire-One 2024-11-17 17:51:45 +01:00
commit 822f288b79
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ when:
steps: steps:
golang: golang:
image: golang:1.23.2 image: golang:1.23.3
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.2 AS builder FROM golang:1.23.3 AS builder
WORKDIR /app WORKDIR /app