mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08: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 { 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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user