parent
0ca01ea962
commit
6b1857d4b0
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue