3
0

Update go dependency on 1.19

Ref: #516
This commit is contained in:
Denis Arh 2022-11-24 06:28:51 +01:00
parent d4c6bae09a
commit 19191a4312
5 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ env:
BUILD_OS: linux
BUILD_ARCH: amd64
GO_VERSION: 1.18
GO_VERSION: 1.19
GOFLAGS: -mod=readonly
NODE_VERSION: 16

View File

@ -1,5 +1,5 @@
# build stage
FROM golang:1.16-buster as build-stage
FROM golang:1.19-buster as build-stage
ENV BUILD_OS=linux
ENV BUILD_ARCH=amd64

View File

@ -1,6 +1,6 @@
module github.com/cortezaproject/corteza/extra/server-discovery
go 1.18
go 1.19
require (
github.com/cortezaproject/corteza/server v0.0.0-00010101000000-000000000000

View File

@ -8,7 +8,7 @@ RUN yarn install && yarn build --mode dev --sourcemap
# 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_ARCH=amd64

2
server/go.mod vendored
View File

@ -1,6 +1,6 @@
module github.com/cortezaproject/corteza/server
go 1.18
go 1.19
// This is useful when testing changes on corteza-locale
// and you do not want to push on every change in the locale repo