bumped min go github action go 1.25.5

This commit is contained in:
Gani Georgiev
2025-12-02 19:47:20 +02:00
parent 37601fe2de
commit 86cc345738
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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