Skip to content

Commit

Permalink
Bump golang from 1.15.1 to 1.15.2 (#221)
Browse files Browse the repository at this point in the history
* Bump golang from 1.15.1 to 1.15.2

Bumps golang from 1.15.1 to 1.15.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* go.mod also to go 1.15

* circleci config.yml to use go 1.15

* circleci/golang:1.15-stretch image does not exist

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Luke Reed <luke@fairwinds.com>
  • Loading branch information
dependabot-preview[bot] and Luke Reed authored Sep 14, 2020
1 parent df74690 commit 5f2e72e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
test:
working_directory: /go/src/github.com/fairwindsops/goldilocks
docker:
- image: circleci/golang:1.13-stretch
- image: circleci/golang:1.15
environment:
GL_DEBUG: linters_output
GOPACKAGESPRINTGOLISTERRORS: "1"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15.1 AS build-env
FROM golang:1.15.2 AS build-env

RUN go get -u github.com/gobuffalo/packr/v2/packr2

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fairwindsops/goldilocks

go 1.14
go 1.15

require (
github.com/gobuffalo/packr/v2 v2.8.0
Expand Down

0 comments on commit 5f2e72e

Please sign in to comment.