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

This commit is contained in:
Renovate 🤖 2024-09-07 00:03:31 +00:00
parent 748056f4d5
commit c2849fe878
1 changed files with 1 additions and 1 deletions

View File

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