Go 1.16
This commit is contained in:
parent
c296148621
commit
f53e8bd718
@ -14,7 +14,7 @@ platform:
|
||||
steps:
|
||||
|
||||
- name: lint
|
||||
image: golang:1.15
|
||||
image: golang:1.16
|
||||
commands:
|
||||
- make ci-setup
|
||||
- make check-fmt lint
|
||||
@ -40,7 +40,7 @@ steps:
|
||||
- tag
|
||||
|
||||
- name: build
|
||||
image: golang:1.15
|
||||
image: golang:1.16
|
||||
environment:
|
||||
GIT_TAG: "${DRONE_TAG}"
|
||||
commands:
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.15 as builder
|
||||
FROM golang:1.16 as builder
|
||||
ARG GIT_TAG_OVERRIDE
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
2
go.mod
2
go.mod
@ -1,6 +1,6 @@
|
||||
module github.com/rancher/k3d/v4
|
||||
|
||||
go 1.15
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/Microsoft/go-winio v0.4.15 // indirect
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.15 as builder
|
||||
FROM golang:1.16 as builder
|
||||
ARG GIT_TAG
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
@ -1,6 +1,6 @@
|
||||
module github.com/rancher/k3d/tools
|
||||
|
||||
go 1.15
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/Microsoft/go-winio v0.4.12 // indirect
|
||||
|
Loading…
Reference in New Issue
Block a user