Chore: rebuild with go 1.19.3 and include in bin name

This commit is contained in:
Ben Allfree 2022-11-19 22:07:09 -08:00
parent 4f5eaa13b1
commit 84a8e811c3
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
import { find, last } from '@s-libs/micro-dash'
import { assertExists } from './assert'
export const GO_VERSION = `1.19.3`
export const RELEASES = {
ermine: {
weight: 1,
@ -45,7 +47,7 @@ export const binFor = (
version: VersionId = 'latest'
) => {
const _version = versionFor(platformId, version)
return `pocketbase-${platformId}-${_version}`
return `pocketbase-go${GO_VERSION}-${platformId}-${_version}`
}
export const humanVersion = (platformId: PlatformId, version: VersionId) => {

View File

@ -136,7 +136,7 @@ open https://pockethost.io
**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
**0.5.2**