Update to latest boulder-tools. (#3734)
* Update to latest boulder-tools. * Add Fprint* to errcheck ignore.
This commit is contained in:
parent
dd0e0249e5
commit
b8e42cfbdf
|
|
@ -2,7 +2,7 @@ version: '3'
|
|||
services:
|
||||
boulder:
|
||||
# To minimize fetching this should be the same version used below
|
||||
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.10.2}:2018-05-04
|
||||
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.10.2}:2018-05-25
|
||||
environment:
|
||||
FAKE_DNS: 127.0.0.1
|
||||
PKCS11_PROXY_SOCKET: tcp://boulder-hsm:5657
|
||||
|
|
@ -51,7 +51,7 @@ services:
|
|||
working_dir: /go/src/github.com/letsencrypt/boulder
|
||||
bhsm:
|
||||
# To minimize fetching this should be the same version used above
|
||||
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.10.2}:2018-05-04
|
||||
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.10.2}:2018-05-25
|
||||
environment:
|
||||
PKCS11_DAEMON_SOCKET: tcp://0.0.0.0:5657
|
||||
command: /usr/local/bin/pkcs11-daemon /usr/lib/softhsm/libsofthsm2.so
|
||||
|
|
@ -73,7 +73,7 @@ services:
|
|||
logging:
|
||||
driver: none
|
||||
netaccess:
|
||||
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.10.2}:2018-05-04
|
||||
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.10.2}:2018-05-25
|
||||
networks:
|
||||
- bluenet
|
||||
volumes:
|
||||
|
|
|
|||
2
test.sh
2
test.sh
|
|
@ -199,7 +199,7 @@ fi
|
|||
if [[ "$RUN" =~ "errcheck" ]] ; then
|
||||
start_context "errcheck"
|
||||
run_and_expect_silence errcheck \
|
||||
-ignore io:Write,os:Remove,net/http:Write \
|
||||
-ignore fmt:Fprintf,fmt:Fprintln,fmt:Fprint,io:Write,os:Remove,net/http:Write \
|
||||
$(go list -f '{{ .ImportPath }}' ./... | grep -v test)
|
||||
end_context #errcheck
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue