Skip to content

Commit

Permalink
Merge pull request DataDog#87 from DataDog/viq111/go1.15
Browse files Browse the repository at this point in the history
[circleci] Update GO images to Go 1.14 + 1.15
  • Loading branch information
Viq111 committed Aug 17, 2020
2 parents 89f69fb + dc7c108 commit 558004b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
version: 2

jobs:
"golang-1.12":
"golang-1.14":
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.14
steps:
- checkout
- run: 'wget https://github.com/DataDog/zstd/files/2246767/mr.zip'
- run: 'unzip mr.zip'
- run: 'go build'
- run: 'PAYLOAD=`pwd`/mr go test -v'
- run: 'PAYLOAD=`pwd`/mr go test -bench .'
"golang-1.13":
"golang-1.15":
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.15
steps:
- checkout
- run: 'wget https://github.com/DataDog/zstd/files/2246767/mr.zip'
Expand Down Expand Up @@ -42,7 +42,7 @@ workflows:
version: 2
build:
jobs:
- "golang-1.12"
- "golang-1.13"
- "golang-1.14"
- "golang-1.15"
- "golang-latest"
- "golang-i386"

0 comments on commit 558004b

Please sign in to comment.