feat(deps): bump golang from 1.20 to 1.22

Bumps golang from 1.20 to 1.22.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-07 08:40:31 +00:00 committed by GitHub
parent 49610b5604
commit f9866ed94a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# Build Stage
FROM golang:1.20 AS builder
FROM golang:1.22 AS builder
# Set go mod installation source and proxy
ARG GO111MODULE=on