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