diff --git a/.github/dockerfile-for-dependabot/Dockerfile b/.github/dockerfile-for-dependabot/Dockerfile index f6047d5..0cbf55e 100644 --- a/.github/dockerfile-for-dependabot/Dockerfile +++ b/.github/dockerfile-for-dependabot/Dockerfile @@ -1,2 +1,2 @@ # Used for dependabot to detect new golang versions -FROM golang:1.26.0-alpine +FROM golang:1.26.1-alpine