Skip to content

Commit

Permalink
Update Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Aug 16, 2020
1 parent 022afba commit fd5c8ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 37 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ steps:
- git fetch --tags

- name: test
image: golang:1.14.1
image: golang:1.15
environment:
GOPATH: /drone
GO111MODULE: on
Expand All @@ -17,7 +17,7 @@ steps:
- make test

- name: release
image: golang:1.14.1
image: golang:1.15
environment:
GITHUB_TOKEN:
from_secret: github_token
Expand Down
2 changes: 1 addition & 1 deletion resources/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14.1 AS build
FROM golang:1.15 AS build

RUN useradd -u 10001 benthos

Expand Down
2 changes: 1 addition & 1 deletion resources/docker/Dockerfile.cgo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14.1 AS build
FROM golang:1.15 AS build

WORKDIR /go/src/github.com/Jeffail/benthos/
COPY . /go/src/github.com/Jeffail/benthos/
Expand Down
33 changes: 0 additions & 33 deletions resources/docker/Dockerfile.idml

This file was deleted.

0 comments on commit fd5c8ef

Please sign in to comment.