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

Reviewed-on: #20
This commit is contained in:
Aire-One 2024-10-02 02:45:56 +02:00
commit b6963f70e9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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