Bump golang from 1.22-bookworm to 1.23-bookworm
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled

Bumps golang from 1.22-bookworm to 1.23-bookworm.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-07 09:48:47 +00:00 committed by GitHub
parent 8cf0491b65
commit 15bf2b9e84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.22-bookworm AS builder
FROM golang:1.23-bookworm AS builder
ENV GOFLAGS="-mod=readonly"

View file

@ -1,4 +1,4 @@
FROM golang:1.22-alpine3.20 AS builder
FROM golang:1.23-alpine3.20 AS builder
ENV GOFLAGS="-mod=readonly"

View file

@ -1,4 +1,4 @@
FROM golang:1.22-bookworm AS builder
FROM golang:1.23-bookworm AS builder
ENV CGO_ENABLED=0 GOFLAGS="-mod=readonly"