Skip to content

Commit 6434ce6

Browse files
build: Webkubectl now is built with golang 1.18.
1 parent 52a7306 commit 6434ce6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16-alpine as gotty-build
1+
FROM golang:1.18-alpine as gotty-build
22

33
ENV CGO_ENABLED=0
44
ENV GOOS=linux

gotty/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/KubeOperator/webkubectl/gotty
22

3-
go 1.16
3+
go 1.18
44

55
require (
66
github.com/NYTimes/gziphandler v1.1.1

0 commit comments

Comments
 (0)