bumped the min Go version in the GitHub release action
This commit is contained in:
parent
679751d4a7
commit
a8e9c97600
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '>=1.22.3'
|
go-version: '>=1.22.5'
|
||||||
|
|
||||||
# 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.
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
## v0.22.15-WIP
|
## v0.22.15
|
||||||
|
|
||||||
- Added `tests.TestMailer` mutex to minimize the data race warnings during tests ([#5157](https://github.com/pocketbase/pocketbase/issues/5157)).
|
- Added mutex to `tests.TestMailer()` to minimize tests data race warnings ([#5157](https://github.com/pocketbase/pocketbase/issues/5157)).
|
||||||
|
|
||||||
- Updated Go dependencies.
|
- Updated goja and the other Go dependencies.
|
||||||
|
|
||||||
|
- Bumped the min Go version in the GitHub release action to Go 1.22.5 since it comes with [`net/http` security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.22.5).
|
||||||
|
|
||||||
|
|
||||||
## v0.22.14
|
## v0.22.14
|
||||||
|
|
Loading…
Reference in New Issue