1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-19 17:12:55 +02:00

chore(deps): update golang docker tag to v1.23 (#1071)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-25 09:33:34 -03:00 committed by GitHub
parent 1a3d95f6ab
commit 7fa1b2786d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.22 AS build
FROM --platform=$BUILDPLATFORM golang:1.23 AS build
ARG VERSION
ARG REVISION