bumped min go github version to 1.27.1

This commit is contained in:
Gani Georgiev
2026-09-02 12:18:12 +03:00
parent 56f1d1dfdd
commit 6d9ca9bf9d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v7 uses: actions/setup-go@v7
with: with:
go-version: '>=1.27.0' go-version: '>=1.27.1'
# This step usually is not needed because the /ui/dist is pregenerated locally # 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. # but its here to ensure that each release embeds the latest admin ui artifacts.
+2
View File
@@ -6,6 +6,8 @@
- Minor UI autocomplete optimizations _(prefix match, autocomplete debounce, etc.)_. - Minor UI autocomplete optimizations _(prefix match, autocomplete debounce, etc.)_.
- Bumped the min Go GitHub action version to 1.27.1 as it includes some [minor `database/sql` and `enconding/json/v2` bug fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.27.1).
## v0.40.1 ## v0.40.1