1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-02-06 08:49:17 +00:00

bumped GitHub action min Go version

This commit is contained in:
Gani Georgiev 2025-01-18 12:45:54 +02:00
parent c7322eec66
commit 37ff943f67
3 changed files with 7 additions and 3 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.23.4'
go-version: '>=1.23.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.

View File

@ -1,6 +1,8 @@
## v0.24.4
- Fixed fields extraction for view query with milti-level comments ([#6309](https://github.com/pocketbase/pocketbase/discussions/6309)).
- Fixed fields extraction for view query with nested comments ([#6309](https://github.com/pocketbase/pocketbase/discussions/6309)).
- Bumped GitHub action min Go version to 1.23.5 as it comes with some [minor security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.23.5).
## v0.24.3

View File

@ -4,7 +4,9 @@
## v0.22.30
- (_Backported from v0.24.4_) Fixed fields extraction for view query with milti-level comments ([#6309](https://github.com/pocketbase/pocketbase/discussions/6309)).
- (_Backported from v0.24.4_) Fixed fields extraction for view queries with nested comments ([#6309](https://github.com/pocketbase/pocketbase/discussions/6309)).
- Bumped GitHub action min Go version to 1.23.5 as it comes with some [minor security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.23.5).
## v0.22.29