parent
d4c6bae09a
commit
19191a4312
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -14,7 +14,7 @@ env:
|
|||||||
BUILD_OS: linux
|
BUILD_OS: linux
|
||||||
BUILD_ARCH: amd64
|
BUILD_ARCH: amd64
|
||||||
|
|
||||||
GO_VERSION: 1.18
|
GO_VERSION: 1.19
|
||||||
GOFLAGS: -mod=readonly
|
GOFLAGS: -mod=readonly
|
||||||
|
|
||||||
NODE_VERSION: 16
|
NODE_VERSION: 16
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# build stage
|
# build stage
|
||||||
FROM golang:1.16-buster as build-stage
|
FROM golang:1.19-buster as build-stage
|
||||||
|
|
||||||
ENV BUILD_OS=linux
|
ENV BUILD_OS=linux
|
||||||
ENV BUILD_ARCH=amd64
|
ENV BUILD_ARCH=amd64
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
module github.com/cortezaproject/corteza/extra/server-discovery
|
module github.com/cortezaproject/corteza/extra/server-discovery
|
||||||
|
|
||||||
go 1.18
|
go 1.19
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/cortezaproject/corteza/server v0.0.0-00010101000000-000000000000
|
github.com/cortezaproject/corteza/server v0.0.0-00010101000000-000000000000
|
||||||
|
|||||||
@ -8,7 +8,7 @@ RUN yarn install && yarn build --mode dev --sourcemap
|
|||||||
|
|
||||||
|
|
||||||
# build server
|
# build server
|
||||||
FROM golang:1.18-buster as server-build-stage
|
FROM golang:1.19-buster as server-build-stage
|
||||||
|
|
||||||
ENV BUILD_OS=linux
|
ENV BUILD_OS=linux
|
||||||
ENV BUILD_ARCH=amd64
|
ENV BUILD_ARCH=amd64
|
||||||
|
|||||||
2
server/go.mod
vendored
2
server/go.mod
vendored
@ -1,6 +1,6 @@
|
|||||||
module github.com/cortezaproject/corteza/server
|
module github.com/cortezaproject/corteza/server
|
||||||
|
|
||||||
go 1.18
|
go 1.19
|
||||||
|
|
||||||
// This is useful when testing changes on corteza-locale
|
// This is useful when testing changes on corteza-locale
|
||||||
// and you do not want to push on every change in the locale repo
|
// and you do not want to push on every change in the locale repo
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user