Skip to content

Commit

Permalink
.circleci: remove go mod checks for go 1.12 (#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
debnil authored Nov 15, 2019
1 parent d6d8292 commit 2d0dc2e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,20 +173,6 @@ commands:
#-----------------------------------------------------------------------------#

jobs:
# check_code_1_12 performs code checks using Go 1.12.
check_code_1_12:
working_directory: /go/src/github.com/stellar/go
docker:
- image: circleci/golang:1.12-stretch
environment:
GO111MODULE: "on"
steps:
- install_go_deps
- check_go_deps
- gofmt
- govet
- staticcheck

# check_code_1_13 performs code checks using Go 1.13.
check_code_1_13:
working_directory: /go/src/github.com/stellar/go
Expand Down Expand Up @@ -318,7 +304,6 @@ workflows:

check_code_and_test:
jobs:
- check_code_1_12
- check_code_1_13
- test_code_1_12
- test_code_1_13
Expand Down

0 comments on commit 2d0dc2e

Please sign in to comment.