Bump golang from 1.22.4 to 1.22.5

Bumps golang from 1.22.4 to 1.22.5.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-08 17:00:24 +00:00 committed by Manuel Rüger
parent ecd563e095
commit 796b1e5adb

View File

@ -1,4 +1,4 @@
FROM golang:1.22.4 as builder
FROM golang:1.22.5 as builder
ENV GOPATH="/go"
WORKDIR /go/src/github.com/kovetskiy/mark
COPY / .