⬆️ Update golang Docker tag to v1.22.6
Some checks failed
ci / docker (pull_request) Failing after 13s

This commit is contained in:
Renovate 2024-08-07 01:09:58 +00:00
parent ad5b483fb5
commit 87db3f74e1

View File

@ -1,4 +1,4 @@
FROM golang:1.22.5-alpine AS build-stage FROM golang:1.22.6-alpine AS build-stage
WORKDIR /app WORKDIR /app