Skip to content

Commit

Permalink
Downgrade to go 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhonghui Hu authored and PettitWesley committed Nov 2, 2020
1 parent 1dcb7ae commit d1b6dac
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.plugins
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15
FROM golang:1.14
ENV GO111MODULE on
RUN go env -w GOPROXY=direct

Expand Down
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2
phases:
install:
runtime-versions:
golang: 1.15
golang: 1.14
pre_build:
commands:
- echo Building the AWS for Fluent Bit image
Expand Down
2 changes: 1 addition & 1 deletion buildspec_integ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2
phases:
install:
runtime-versions:
golang: 1.15
golang: 1.14
pre_build:
commands:
- echo Running the integration test
Expand Down
2 changes: 1 addition & 1 deletion buildspec_publish_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2
phases:
install:
runtime-versions:
golang: 1.15
golang: 1.14
pre_build:
commands:
- echo Publish the image to DockerHub
Expand Down
2 changes: 1 addition & 1 deletion buildspec_publish_ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2
phases:
install:
runtime-versions:
golang: 1.15
golang: 1.14
pre_build:
commands:
- echo Publish the image to ECR
Expand Down
2 changes: 1 addition & 1 deletion buildspec_publish_ssm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2
phases:
install:
runtime-versions:
golang: 1.15
golang: 1.14
pre_build:
commands:
- echo Publish SSM parameters
Expand Down
2 changes: 1 addition & 1 deletion buildspec_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2
phases:
install:
runtime-versions:
golang: 1.15
golang: 1.14
pre_build:
commands:
- echo Sync latest image from Dockerhub
Expand Down
2 changes: 1 addition & 1 deletion integ/s3/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module kinesis-integ-test

go 1.15
go 1.14

require github.com/aws/aws-sdk-go v1.25.3

0 comments on commit d1b6dac

Please sign in to comment.