Skip to content

Commit

Permalink
Merge deba464 into 63d4a50
Browse files Browse the repository at this point in the history
  • Loading branch information
andygabby committed Mar 16, 2021
2 parents 63d4a50 + deba464 commit 32868f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/boulder-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
matrix:
# Add additional docker image tags here and all tests will be run with the additional image.
BOULDER_TOOLS_TAG:
- go1.15.7_2021-03-11
- go1.16.1_2021-03-11
- go1.15.7_2021-03-16
- go1.16.2_2021-03-16
# 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
Expand Down
2 changes: 1 addition & 1 deletion test/boulder-tools/tag_and_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd $(dirname $0)
DATESTAMP=$(date +%Y-%m-%d)
DOCKER_REPO="letsencrypt/boulder-tools"

GO_VERSIONS=( "1.15.7" "1.16.1" )
GO_VERSIONS=( "1.15.7" "1.16.2" )

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

0 comments on commit 32868f7

Please sign in to comment.