Use Go 1.13.8 to build official packages (#7079)

This commit is contained in:
Daniel Nelson 2020-02-25 12:05:44 -08:00 committed by GitHub
parent f263b7ce59
commit 8acf276afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

View File

@ -6,12 +6,12 @@ defaults:
GOFLAGS: -p=8
go-1_12: &go-1_12
docker:
- image: 'quay.io/influxdb/telegraf-ci:1.12.14'
- image: 'quay.io/influxdb/telegraf-ci:1.12.17'
environment:
GO111MODULE: 'on'
go-1_13: &go-1_13
docker:
- image: 'quay.io/influxdb/telegraf-ci:1.13.5'
- image: 'quay.io/influxdb/telegraf-ci:1.13.8'
mac: &mac
macos:
xcode: 11.3.1
@ -19,7 +19,7 @@ defaults:
environment:
HOMEBREW_NO_AUTO_UPDATE: 1
GOFLAGS: -p=8
version: 2
jobs:
deps:
@ -104,7 +104,7 @@ jobs:
- run: 'make'
- run: 'make check'
- run: 'make test'
package:
<<: [ *defaults, *go-1_13 ]
steps:

View File

@ -141,10 +141,10 @@ plugin-%:
.PHONY: ci-1.13
ci-1.13:
docker build -t quay.io/influxdb/telegraf-ci:1.13.5 - < scripts/ci-1.13.docker
docker push quay.io/influxdb/telegraf-ci:1.13.5
docker build -t quay.io/influxdb/telegraf-ci:1.13.8 - < scripts/ci-1.13.docker
docker push quay.io/influxdb/telegraf-ci:1.13.8
.PHONY: ci-1.12
ci-1.12:
docker build -t quay.io/influxdb/telegraf-ci:1.12.14 - < scripts/ci-1.12.docker
docker push quay.io/influxdb/telegraf-ci:1.12.14
docker build -t quay.io/influxdb/telegraf-ci:1.12.17 - < scripts/ci-1.12.docker
docker push quay.io/influxdb/telegraf-ci:1.12.17

View File

@ -8,7 +8,7 @@ cache:
clone_folder: C:\gopath\src\github.com\influxdata\telegraf
environment:
GOVERSION: 1.13.5
GOVERSION: 1.13.8
GOPATH: C:\gopath
platform: x64

View File

@ -1,4 +1,4 @@
FROM golang:1.12.14
FROM golang:1.12.17
RUN chmod -R 755 "$GOPATH"

View File

@ -1,4 +1,4 @@
FROM golang:1.13.5
FROM golang:1.13.8
RUN chmod -R 755 "$GOPATH"