chore(deps): update golang docker tag to v1.22

This commit is contained in:
woodpecker-bot 2024-02-08 11:39:52 +00:00
parent 4b8b7aaf73
commit f61c066940
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ when:
- renovate/*
variables:
- &golang "golang:1.21"
- &golang "golang:1.22"
- &build_plugin "woodpeckerci/plugin-docker-buildx:3.0.1"
- base_settings: &base_buildx_settings
platforms: "linux/amd64,linux/arm64"

View file

@ -1,6 +1,6 @@
ARG BUILDX_VERSION=0.12.1
ARG DOCKER_VERSION=25.0.3-dind
ARG GOLANG_VERSION=1.21
ARG GOLANG_VERSION=1.22
FROM --platform=$BUILDPLATFORM golang:${GOLANG_VERSION} as build