mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-24 23:12:30 +00:00
Chore: rebuild with go 1.19.3 and include in bin name
This commit is contained in:
parent
4f5eaa13b1
commit
84a8e811c3
@ -1,6 +1,8 @@
|
|||||||
import { find, last } from '@s-libs/micro-dash'
|
import { find, last } from '@s-libs/micro-dash'
|
||||||
import { assertExists } from './assert'
|
import { assertExists } from './assert'
|
||||||
|
|
||||||
|
export const GO_VERSION = `1.19.3`
|
||||||
|
|
||||||
export const RELEASES = {
|
export const RELEASES = {
|
||||||
ermine: {
|
ermine: {
|
||||||
weight: 1,
|
weight: 1,
|
||||||
@ -45,7 +47,7 @@ export const binFor = (
|
|||||||
version: VersionId = 'latest'
|
version: VersionId = 'latest'
|
||||||
) => {
|
) => {
|
||||||
const _version = versionFor(platformId, version)
|
const _version = versionFor(platformId, version)
|
||||||
return `pocketbase-${platformId}-${_version}`
|
return `pocketbase-go${GO_VERSION}-${platformId}-${_version}`
|
||||||
}
|
}
|
||||||
|
|
||||||
export const humanVersion = (platformId: PlatformId, version: VersionId) => {
|
export const humanVersion = (platformId: PlatformId, version: VersionId) => {
|
||||||
|
@ -136,7 +136,7 @@ open https://pockethost.io
|
|||||||
|
|
||||||
**next**
|
**next**
|
||||||
|
|
||||||
- [ ] Chore: rebuild with go 1.19.3 and include in bin name
|
- [x] Chore: rebuild with go 1.19.3 and include in bin name
|
||||||
- [ ] Bugfix: Disallow backups if data dir doesn't exist
|
- [ ] Bugfix: Disallow backups if data dir doesn't exist
|
||||||
|
|
||||||
**0.5.2**
|
**0.5.2**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user