Skip to content

Commit

Permalink
Merge pull request #584 from SAP/ci
Browse files Browse the repository at this point in the history
[chore] - update CI docker to golang1.13.4
  • Loading branch information
ShimiT committed Nov 17, 2019
2 parents ca9d630 + bbd25c0 commit 7419dae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.13.3
- image: circleci/golang:1.13.4

environment:
- DEP_VERSION: 0.5.4
working_directory: /go/src/github.com/SAP/cloud-mta-build-tool
steps:
- checkout
Expand Down

0 comments on commit 7419dae

Please sign in to comment.