File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed
Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 3636 matrix :
3737 # Add additional docker image tags here and all tests will be run with the additional image.
3838 BOULDER_TOOLS_TAG :
39- - go1.20.1_2023-03-07
4039 - go1.20.2_2023-03-07
4140 # Tests command definitions. Use the entire "docker compose" command you want to run.
4241 tests :
Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 GO_VERSION :
18- - " 1.20.1"
1918 - " 1.20.2"
2019 runs-on : ubuntu-20.04
2120 permissions :
Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 GO_VERSION :
18- - " 1.20.1"
1918 - " 1.20.2"
2019 runs-on : ubuntu-20.04
2120 steps :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ DOCKER_REPO="letsencrypt/boulder-tools"
1212# .github/workflows/release.yml,
1313# .github/workflows/try-release.yml if appropriate,
1414# and .github/workflows/boulder-ci.yml with the new container tag.
15- GO_CI_VERSIONS=( " 1.20.1 " " 1.20. 2" )
15+ GO_CI_VERSIONS=( " 1.20.2" )
1616# These versions are built for both platforms that boulder devs use.
1717# When updating GO_DEV_VERSIONS, please also update
1818# ../../docker-compose.yml's default Go version.
You can’t perform that action at this time.
0 commit comments