1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-01-23 14:07:13 +02:00

[#6] try building the base example with go 1.19

This commit is contained in:
Gani Georgiev 2022-07-08 13:13:48 +03:00
parent daa2ceeec6
commit de3ad44d66

View File

@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.18.0'
go-version: '1.19.0-beta.1'
# 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.