Skip to content

Commit

Permalink
fix: set GOSUMDB off
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat committed Sep 4, 2019
1 parent 1a2eb71 commit ca3484e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pipeline {
CODECOV_SECRET = 'secret/apm-team/ci/apm-agent-go-codecov'
GO111MODULE = 'on'
GOPROXY = 'https://proxy.golang.org'
GOSUMDB = 'off'
GITHUB_CHECK_ITS_NAME = 'Integration Tests'
ITS_PIPELINE = 'apm-integration-tests-selector-mbp/master'
}
Expand Down

0 comments on commit ca3484e

Please sign in to comment.