Switch to using go1.18.7 and go1.19.2 in tests (#6437)

Fixes #6434
This commit is contained in:
Aaron Gable 2022-10-18 09:45:44 -07:00 committed by GitHub
parent 0ca01ea962
commit 6b1857d4b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -36,8 +36,8 @@ jobs:
matrix:
# Add additional docker image tags here and all tests will be run with the additional image.
BOULDER_TOOLS_TAG:
- go1.18.6_2022-09-06
- go1.19.1_2022-09-06
- go1.18.7_2022-10-05
- go1.19.2_2022-10-05
# Tests command definitions. Use the entire docker-compose command you want to run.
tests:
# Run ./test.sh --help for a description of each of the flags.

View File

@ -16,8 +16,8 @@ jobs:
fail-fast: false
matrix:
GO_VERSION:
- 1.18.6
- 1.19.1
- 1.18.7
- 1.19.2
runs-on: ubuntu-20.04
permissions:
contents: read

View File

@ -7,7 +7,7 @@ cd $(dirname $0)
DATESTAMP=$(date +%Y-%m-%d)
DOCKER_REPO="letsencrypt/boulder-tools"
GO_VERSIONS=( "1.18.6" "1.19.1" )
GO_VERSIONS=( "1.18.7" "1.19.2" )
echo "Please login to allow push to DockerHub"
docker login