Skip to content

Commit 5ff7500

Browse files
jshaDaniel McCarney
authored andcommitted
Move to Go 1.13.2. (letsencrypt#4490)
1 parent 2926074 commit 5ff7500

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.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.13"
4+
- "1.13.2"
55

66
go_import_path: github.com/letsencrypt/boulder
77

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.13}:2019-10-04
5+
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13.2}:2019-10-17
66
environment:
77
FAKE_DNS: 10.77.77.77
88
PKCS11_PROXY_SOCKET: tcp://boulder-hsm:5657
@@ -55,7 +55,7 @@ services:
5555
working_dir: /go/src/github.com/letsencrypt/boulder
5656
bhsm:
5757
# To minimize fetching this should be the same version used above
58-
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13}:2019-10-04
58+
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13.2}:2019-10-17
5959
environment:
6060
PKCS11_DAEMON_SOCKET: tcp://0.0.0.0:5657
6161
command: /usr/local/bin/pkcs11-daemon /usr/lib/softhsm/libsofthsm2.so
@@ -77,7 +77,7 @@ services:
7777
logging:
7878
driver: none
7979
netaccess:
80-
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13}:2019-10-04
80+
image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13.2}:2019-10-17
8181
environment:
8282
GO111MODULE: "on"
8383
GOFLAGS: "-mod=vendor"

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.12.8" "1.13" )
7+
GO_VERSIONS=( "1.13.2" )
88

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

0 commit comments

Comments
 (0)