Move to Go 1.13.2. (#4490)
This commit is contained in:
		
							parent
							
								
									2926074a29
								
							
						
					
					
						commit
						5ff750076c
					
				|  | @ -1,7 +1,7 @@ | |||
| language: go | ||||
| 
 | ||||
| go: | ||||
|   - "1.13" | ||||
|   - "1.13.2" | ||||
| 
 | ||||
| go_import_path: github.com/letsencrypt/boulder | ||||
| 
 | ||||
|  |  | |||
|  | @ -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.13}:2019-10-04 | ||||
|         image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13.2}:2019-10-17 | ||||
|         environment: | ||||
|             FAKE_DNS: 10.77.77.77 | ||||
|             PKCS11_PROXY_SOCKET: tcp://boulder-hsm:5657 | ||||
|  | @ -55,7 +55,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.13}:2019-10-04 | ||||
|         image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13.2}:2019-10-17 | ||||
|         environment: | ||||
|             PKCS11_DAEMON_SOCKET: tcp://0.0.0.0:5657 | ||||
|         command: /usr/local/bin/pkcs11-daemon /usr/lib/softhsm/libsofthsm2.so | ||||
|  | @ -77,7 +77,7 @@ services: | |||
|         logging: | ||||
|             driver: none | ||||
|     netaccess: | ||||
|         image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13}:2019-10-04 | ||||
|         image: letsencrypt/boulder-tools-go${TRAVIS_GO_VERSION:-1.13.2}:2019-10-17 | ||||
|         environment: | ||||
|             GO111MODULE: "on" | ||||
|             GOFLAGS: "-mod=vendor" | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ cd $(dirname $0) | |||
| 
 | ||||
| DATESTAMP=$(date +%Y-%m-%d) | ||||
| BASE_TAG_NAME="letsencrypt/boulder-tools" | ||||
| GO_VERSIONS=( "1.12.8" "1.13" ) | ||||
| GO_VERSIONS=( "1.13.2" ) | ||||
| 
 | ||||
| # Build a tagged image for each GO_VERSION | ||||
| for GO_VERSION in "${GO_VERSIONS[@]}" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue