Skip to content

Commit

Permalink
Merge branch 'cpu-go-1.11' into test-cpu-go-1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Sep 21, 2018
2 parents e017143 + b72deef commit acd523a
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 16 deletions.
6 changes: 3 additions & 3 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docker-compose.yml
Expand Up @@ -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.11}:2018-09-20
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11}:2018-09-21
environment:
FAKE_DNS: 127.0.0.1
PKCS11_PROXY_SOCKET: tcp://boulder-hsm:5657
Expand Down Expand Up @@ -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.11}:2018-09-20
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11}:2018-09-21
environment:
PKCS11_DAEMON_SOCKET: tcp://0.0.0.0:5657
command: /usr/local/bin/pkcs11-daemon /usr/lib/softhsm/libsofthsm2.so
Expand All @@ -73,7 +73,7 @@ services:
logging:
driver: none
netaccess:
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11}:2018-09-20
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11}:2018-09-21
networks:
- bluenet
volumes:
Expand Down
1 change: 1 addition & 0 deletions ra/ra_test.go
Expand Up @@ -310,6 +310,7 @@ func initAuthorities(t *testing.T) (*DummyValidationAuthority, *sa.SQLStorageAut
}

func assertAuthzEqual(t *testing.T, a1, a2 core.Authorization) {
t.Helper()
test.Assert(t, a1.ID == a2.ID, "ret != DB: ID")
test.Assert(t, a1.Identifier == a2.Identifier, "ret != DB: Identifier")
test.Assert(t, a1.Status == a2.Status, "ret != DB: Status")
Expand Down
13 changes: 13 additions & 0 deletions vendor/github.com/zmap/zlint/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions vendor/github.com/zmap/zlint/util/gtld_map.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit acd523a

Please sign in to comment.