Use Go 1.14 on all places
This commit is contained in:
parent
f723940bc7
commit
312a870f0b
@ -10,7 +10,7 @@ platform:
|
|||||||
steps:
|
steps:
|
||||||
- name: vet
|
- name: vet
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11-windowsservercore-1803
|
image: golang:1.14-windowsservercore-1803
|
||||||
commands:
|
commands:
|
||||||
- go vet ./...
|
- go vet ./...
|
||||||
environment:
|
environment:
|
||||||
@ -21,7 +21,7 @@ steps:
|
|||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11-windowsservercore-1803
|
image: golang:1.14-windowsservercore-1803
|
||||||
commands:
|
commands:
|
||||||
- go test -cover ./...
|
- go test -cover ./...
|
||||||
environment:
|
environment:
|
||||||
@ -52,7 +52,7 @@ platform:
|
|||||||
steps:
|
steps:
|
||||||
- name: build-push
|
- name: build-push
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11-windowsservercore-1803
|
image: golang:1.14-windowsservercore-1803
|
||||||
commands:
|
commands:
|
||||||
- "go build -v -ldflags \"-X main.version=${DRONE_COMMIT_SHA:0:8}\" -a -tags netgo -o release/windows/amd64/drone-hugo.exe"
|
- "go build -v -ldflags \"-X main.version=${DRONE_COMMIT_SHA:0:8}\" -a -tags netgo -o release/windows/amd64/drone-hugo.exe"
|
||||||
environment:
|
environment:
|
||||||
@ -65,7 +65,7 @@ steps:
|
|||||||
|
|
||||||
- name: build-tag
|
- name: build-tag
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11-windowsservercore-1803
|
image: golang:1.14-windowsservercore-1803
|
||||||
commands:
|
commands:
|
||||||
- "go build -v -ldflags \"-X main.version=${DRONE_TAG##v}\" -a -tags netgo -o release/windows/amd64/drone-hugo.exe"
|
- "go build -v -ldflags \"-X main.version=${DRONE_TAG##v}\" -a -tags netgo -o release/windows/amd64/drone-hugo.exe"
|
||||||
environment:
|
environment:
|
||||||
@ -77,7 +77,7 @@ steps:
|
|||||||
|
|
||||||
- name: executable
|
- name: executable
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11-windowsservercore-1803
|
image: golang:1.14-windowsservercore-1803
|
||||||
commands:
|
commands:
|
||||||
- ./release/windows/amd64/drone-hugo.exe --help
|
- ./release/windows/amd64/drone-hugo.exe --help
|
||||||
|
|
||||||
@ -148,7 +148,7 @@ platform:
|
|||||||
steps:
|
steps:
|
||||||
- name: build-push
|
- name: build-push
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11-windowsservercore-1809
|
image: golang:1.14-windowsservercore-1809
|
||||||
commands:
|
commands:
|
||||||
- "go build -v -ldflags \"-X main.version=${DRONE_COMMIT_SHA:0:8}\" -a -tags netgo -o release/windows/amd64/drone-hugo.exe"
|
- "go build -v -ldflags \"-X main.version=${DRONE_COMMIT_SHA:0:8}\" -a -tags netgo -o release/windows/amd64/drone-hugo.exe"
|
||||||
environment:
|
environment:
|
||||||
@ -161,7 +161,7 @@ steps:
|
|||||||
|
|
||||||
- name: build-tag
|
- name: build-tag
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11-windowsservercore-1809
|
image: golang:1.14-windowsservercore-1809
|
||||||
commands:
|
commands:
|
||||||
- "go build -v -ldflags \"-X main.version=${DRONE_TAG##v}\" -a -tags netgo -o release/windows/amd64/drone-hugo.exe"
|
- "go build -v -ldflags \"-X main.version=${DRONE_TAG##v}\" -a -tags netgo -o release/windows/amd64/drone-hugo.exe"
|
||||||
environment:
|
environment:
|
||||||
@ -173,7 +173,7 @@ steps:
|
|||||||
|
|
||||||
- name: executable
|
- name: executable
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11-windowsservercore-1809
|
image: golang:1.14-windowsservercore-1809
|
||||||
commands:
|
commands:
|
||||||
- ./release/windows/amd64/drone-hugo.exe --help
|
- ./release/windows/amd64/drone-hugo.exe --help
|
||||||
|
|
||||||
|
22
.drone.yml
22
.drone.yml
@ -9,7 +9,7 @@ platform:
|
|||||||
steps:
|
steps:
|
||||||
- name: vet
|
- name: vet
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11
|
image: golang:1.14
|
||||||
commands:
|
commands:
|
||||||
- go vet ./...
|
- go vet ./...
|
||||||
environment:
|
environment:
|
||||||
@ -20,7 +20,7 @@ steps:
|
|||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11
|
image: golang:1.14
|
||||||
commands:
|
commands:
|
||||||
- go test -cover ./...
|
- go test -cover ./...
|
||||||
environment:
|
environment:
|
||||||
@ -50,7 +50,7 @@ platform:
|
|||||||
steps:
|
steps:
|
||||||
- name: build-push
|
- name: build-push
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11
|
image: golang:1.14
|
||||||
commands:
|
commands:
|
||||||
- "go build -v -ldflags \"-X main.version=${DRONE_COMMIT_SHA:0:8}\" -a -tags netgo -o release/linux/amd64/drone-hugo"
|
- "go build -v -ldflags \"-X main.version=${DRONE_COMMIT_SHA:0:8}\" -a -tags netgo -o release/linux/amd64/drone-hugo"
|
||||||
environment:
|
environment:
|
||||||
@ -63,7 +63,7 @@ steps:
|
|||||||
|
|
||||||
- name: build-tag
|
- name: build-tag
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11
|
image: golang:1.14
|
||||||
commands:
|
commands:
|
||||||
- "go build -v -ldflags \"-X main.version=${DRONE_TAG##v}\" -a -tags netgo -o release/linux/amd64/drone-hugo"
|
- "go build -v -ldflags \"-X main.version=${DRONE_TAG##v}\" -a -tags netgo -o release/linux/amd64/drone-hugo"
|
||||||
environment:
|
environment:
|
||||||
@ -75,7 +75,7 @@ steps:
|
|||||||
|
|
||||||
- name: executable
|
- name: executable
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11
|
image: golang:1.14
|
||||||
commands:
|
commands:
|
||||||
- ./release/linux/amd64/drone-hugo --help
|
- ./release/linux/amd64/drone-hugo --help
|
||||||
|
|
||||||
@ -134,7 +134,7 @@ platform:
|
|||||||
steps:
|
steps:
|
||||||
- name: build-push
|
- name: build-push
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11
|
image: golang:1.14
|
||||||
commands:
|
commands:
|
||||||
- "go build -v -ldflags \"-X main.version=${DRONE_COMMIT_SHA:0:8}\" -a -tags netgo -o release/linux/arm64/drone-hugo"
|
- "go build -v -ldflags \"-X main.version=${DRONE_COMMIT_SHA:0:8}\" -a -tags netgo -o release/linux/arm64/drone-hugo"
|
||||||
environment:
|
environment:
|
||||||
@ -147,7 +147,7 @@ steps:
|
|||||||
|
|
||||||
- name: build-tag
|
- name: build-tag
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11
|
image: golang:1.14
|
||||||
commands:
|
commands:
|
||||||
- "go build -v -ldflags \"-X main.version=${DRONE_TAG##v}\" -a -tags netgo -o release/linux/arm64/drone-hugo"
|
- "go build -v -ldflags \"-X main.version=${DRONE_TAG##v}\" -a -tags netgo -o release/linux/arm64/drone-hugo"
|
||||||
environment:
|
environment:
|
||||||
@ -159,7 +159,7 @@ steps:
|
|||||||
|
|
||||||
- name: executable
|
- name: executable
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11
|
image: golang:1.14
|
||||||
commands:
|
commands:
|
||||||
- ./release/linux/arm64/drone-hugo --help
|
- ./release/linux/arm64/drone-hugo --help
|
||||||
|
|
||||||
@ -218,7 +218,7 @@ platform:
|
|||||||
steps:
|
steps:
|
||||||
- name: build-push
|
- name: build-push
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11
|
image: golang:1.14
|
||||||
commands:
|
commands:
|
||||||
- "go build -v -ldflags \"-X main.version=${DRONE_COMMIT_SHA:0:8}\" -a -tags netgo -o release/linux/arm/drone-hugo"
|
- "go build -v -ldflags \"-X main.version=${DRONE_COMMIT_SHA:0:8}\" -a -tags netgo -o release/linux/arm/drone-hugo"
|
||||||
environment:
|
environment:
|
||||||
@ -231,7 +231,7 @@ steps:
|
|||||||
|
|
||||||
- name: build-tag
|
- name: build-tag
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11
|
image: golang:1.14
|
||||||
commands:
|
commands:
|
||||||
- "go build -v -ldflags \"-X main.version=${DRONE_TAG##v}\" -a -tags netgo -o release/linux/arm/drone-hugo"
|
- "go build -v -ldflags \"-X main.version=${DRONE_TAG##v}\" -a -tags netgo -o release/linux/arm/drone-hugo"
|
||||||
environment:
|
environment:
|
||||||
@ -243,7 +243,7 @@ steps:
|
|||||||
|
|
||||||
- name: executable
|
- name: executable
|
||||||
pull: always
|
pull: always
|
||||||
image: golang:1.11
|
image: golang:1.14
|
||||||
commands:
|
commands:
|
||||||
- ./release/linux/arm/drone-hugo --help
|
- ./release/linux/arm/drone-hugo --help
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM amd64/golang:1.11-alpine AS build
|
FROM amd64/golang:1.14-alpine AS build
|
||||||
|
|
||||||
RUN apk add --no-cache git build-base && \
|
RUN apk add --no-cache git build-base && \
|
||||||
git clone --branch v0.70.0 https://github.com/gohugoio/hugo.git && \
|
git clone --branch v0.70.0 https://github.com/gohugoio/hugo.git && \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM arm32v6/golang:1.11-alpine AS build
|
FROM arm32v6/golang:1.14-alpine AS build
|
||||||
|
|
||||||
RUN apk add --no-cache git build-base && \
|
RUN apk add --no-cache git build-base && \
|
||||||
git clone --branch v0.70.0 https://github.com/gohugoio/hugo.git && \
|
git clone --branch v0.70.0 https://github.com/gohugoio/hugo.git && \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM arm64v8/golang:1.11-alpine AS build
|
FROM arm64v8/golang:1.14-alpine AS build
|
||||||
|
|
||||||
RUN apk add --no-cache git build-base && \
|
RUN apk add --no-cache git build-base && \
|
||||||
git clone --branch v0.70.0 https://github.com/gohugoio/hugo.git && \
|
git clone --branch v0.70.0 https://github.com/gohugoio/hugo.git && \
|
||||||
|
@ -5,7 +5,7 @@ local test_pipeline_name = 'testing';
|
|||||||
local windows(os) = os == 'windows';
|
local windows(os) = os == 'windows';
|
||||||
|
|
||||||
local golang_image(os, version) =
|
local golang_image(os, version) =
|
||||||
'golang:' + '1.11' + if windows(os) then '-windowsservercore-' + version else '';
|
'golang:' + '1.14' + if windows(os) then '-windowsservercore-' + version else '';
|
||||||
|
|
||||||
{
|
{
|
||||||
test(os='linux', arch='amd64', version='')::
|
test(os='linux', arch='amd64', version='')::
|
||||||
|
Loading…
Reference in New Issue
Block a user