File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.25.8_2026-03-09
4039 - go1.26.1_2026-03-09
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 3535 fail-fast : false
3636 matrix :
3737 GO_VERSION :
38- - " 1.25.8"
3938 - " 1.26.1"
4039 runs-on : ubuntu-24.04
4140 permissions :
Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 matrix :
2222 GO_VERSION :
23- - " 1.25.8"
2423 - " 1.26.1"
2524 runs-on : ubuntu-24.04
2625 steps :
Original file line number Diff line number Diff line change 11module github.com/letsencrypt/boulder
22
3- go 1.25.0
3+ go 1.25
44
55require (
66 github.com/aws/aws-sdk-go-v2 v1.41.0
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.25.8 " " 1. 26.1" )
15+ GO_CI_VERSIONS=( " 1.26.1" )
1616
1717echo " Please login to allow push to DockerHub"
1818docker login
You can’t perform that action at this time.
0 commit comments