upgrade to go 1.17

This commit is contained in:
Jason Kulatunga
2022-05-18 09:40:52 -07:00
parent f3faee389b
commit aa786c0db8
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
######## ########
FROM golang:1.14.4-buster as backendbuild FROM golang:1.17.10-buster as backendbuild
WORKDIR /go/src/github.com/analogj/scrutiny WORKDIR /go/src/github.com/analogj/scrutiny
+1 -1
View File
@@ -1,5 +1,5 @@
######## ########
FROM golang:1.14.4-buster as backendbuild FROM golang:1.17.10-buster as backendbuild
WORKDIR /go/src/github.com/analogj/scrutiny WORKDIR /go/src/github.com/analogj/scrutiny
+1 -1
View File
@@ -1,5 +1,5 @@
######## ########
FROM golang:1.14.4-buster as backendbuild FROM golang:1.17.10-buster as backendbuild
WORKDIR /go/src/github.com/analogj/scrutiny WORKDIR /go/src/github.com/analogj/scrutiny
+1 -1
View File
@@ -1,4 +1,4 @@
FROM techknowlogick/xgo:go-1.13.x FROM techknowlogick/xgo:go-1.17.x
WORKDIR /go/src/github.com/analogj/scrutiny WORKDIR /go/src/github.com/analogj/scrutiny
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/analogj/scrutiny module github.com/analogj/scrutiny
go 1.13 go 1.17
require ( require (
github.com/analogj/go-util v0.0.0-20190301173314-5295e364eb14 github.com/analogj/go-util v0.0.0-20190301173314-5295e364eb14