From 86cc345738dbfb4c2fd392d2cc3301a5d586e0b8 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Tue, 2 Dec 2025 19:47:20 +0200 Subject: [PATCH] bumped min go github action go 1.25.5 --- .github/workflows/release.yaml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 12768f7a..6ba10cdf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '>=1.24.11' + go-version: '>=1.25.5' # This step usually is not needed because the /ui/dist is pregenerated locally # but its here to ensure that each release embeds the latest admin ui artifacts. diff --git a/CHANGELOG.md b/CHANGELOG.md index f1366dd0..70b0b4c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ - (_Backported from v0.34.1_) - Added missing `:` char to the autocomplete regex ([#7353](https://github.com/pocketbase/pocketbase/pull/7353)). -- (_Backported from v0.34.1_) Bumped min Go GitHub action version to 1.24.11 since it comes with some [minor security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.24.11). +- (_Backported from v0.34.1_) Bumped min Go GitHub action version to 1.25.5 since it comes with some [minor security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.25.5). ## v0.22.36