From 6828ca1d4e10986ab6a4fa8883c4dc642c00bf8c Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Thu, 7 May 2026 19:49:22 +0300 Subject: [PATCH] bumped min go github action version to 1.26.3 --- .github/workflows/release.yaml | 2 +- CHANGELOG.md | 4 ++-- CHANGELOG_16_22.md | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 58234cd9..81ed0bc3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '>=1.26.2' + go-version: '>=1.26.3' # 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 a44cc02e..25e9c4c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.38.0 (WIP) +## v0.38.0 - Fixed UI logs pagination when no custom range is specified. @@ -27,7 +27,7 @@ - Added rate limit option to exclude IPs/CIDR subnets ([#6410](https://github.com/pocketbase/pocketbase/issues/6410)). -- (@todo) Bumped min Go GitHub action version to 1.26.3 because it comes with some [minor bug and security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.26.3). +- Bumped min Go GitHub action version to 1.26.3 because it comes with some [minor bug and security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.26.3). ## v0.37.5 diff --git a/CHANGELOG_16_22.md b/CHANGELOG_16_22.md index c0dc562f..ebf55576 100644 --- a/CHANGELOG_16_22.md +++ b/CHANGELOG_16_22.md @@ -2,6 +2,11 @@ > For the most recent versions, please refer to [CHANGELOG.md](./CHANGELOG.md) --- +## v0.22.43 + +- (_Backported from v0.38.0_) Bumped min Go GitHub action version to 1.26.3 because it comes with some [minor bug and security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.26.3). + + ## v0.22.42 - (_Backported from v0.37.4_) Adjusted Bitbucket, GitHub, GitLab and Gitea/Forgejo OAuth2 providers to better reflect recent API updates and doc references.