chore(deps): bump golang from 1.24-alpine to 1.26-alpine

Bumps golang from 1.24-alpine to 1.26-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.26-alpine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-05-20 19:57:52 +00:00 committed by GitHub
parent 419f462300
commit add622da50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS builder FROM golang:1.26-alpine AS builder
ARG VERSION=dev ARG VERSION=dev
ARG COMMIT=none ARG COMMIT=none
WORKDIR /src WORKDIR /src