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

This commit is contained in:
Renovate
2024-08-07 01:54:18 +00:00
parent d941c83bce
commit a7fc4d9189
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22.5 as modules
FROM golang:1.22.6 as modules
WORKDIR /build
ADD go.* /build
RUN go mod download