Skip to content

Commit 965acf3

Browse files
authored
CI/Dev: Go 1.11.1 -> 1.11.2 (letsencrypt#3945)
1 parent d9d2f4e commit 965acf3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- "1.11.1"
4+
- "1.11.2"
55
- "1.10.3"
66

77
go_import_path: github.com/letsencrypt/boulder

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33
boulder:
44
# To minimize fetching this should be the same version used below
5-
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11.1}:2018-10-18
5+
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11.2}:2018-11-19
66
environment:
77
FAKE_DNS: 127.0.0.1
88
PKCS11_PROXY_SOCKET: tcp://boulder-hsm:5657
@@ -51,7 +51,7 @@ services:
5151
working_dir: /go/src/github.com/letsencrypt/boulder
5252
bhsm:
5353
# To minimize fetching this should be the same version used above
54-
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11.1}:2018-10-18
54+
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11.2}:2018-11-19
5555
environment:
5656
PKCS11_DAEMON_SOCKET: tcp://0.0.0.0:5657
5757
command: /usr/local/bin/pkcs11-daemon /usr/lib/softhsm/libsofthsm2.so
@@ -73,7 +73,7 @@ services:
7373
logging:
7474
driver: none
7575
netaccess:
76-
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11.1}:2018-10-18
76+
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.11.2}:2018-11-19
7777
networks:
7878
- bluenet
7979
volumes:

test/boulder-tools/tag_and_upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cd $(dirname $0)
44

55
DATESTAMP=$(date +%Y-%m-%d)
66
BASE_TAG_NAME="letsencrypt/boulder-tools"
7-
GO_VERSIONS=( "1.10.3" "1.11.1" )
7+
GO_VERSIONS=( "1.10.3" "1.11.2" )
88

99
# Build a tagged image for each GO_VERSION
1010
for GO_VERSION in "${GO_VERSIONS[@]}"

0 commit comments

Comments
 (0)