From 90a7bc69a9cc6ec58f8dfd624072cbf17c06e90b Mon Sep 17 00:00:00 2001 From: Pavel Bisse Date: Wed, 15 Oct 2025 11:25:15 +0200 Subject: [PATCH] Update Go to 1.25.3 --- .github/workflows/verify-pull-request.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify-pull-request.yml b/.github/workflows/verify-pull-request.yml index 13085b9..96c0247 100644 --- a/.github/workflows/verify-pull-request.yml +++ b/.github/workflows/verify-pull-request.yml @@ -5,7 +5,7 @@ on: branches: [] env: - GO_VERSION: 1.25.2 + GO_VERSION: 1.25.3 jobs: lint: diff --git a/Dockerfile b/Dockerfile index adf78d5..29eaa3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.25.2 +ARG GO_VERSION=1.25.3 FROM golang:${GO_VERSION}-alpine AS build_base WORKDIR /build