File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
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.25.0_2025-08-15
39+ - go1.25.2_2025-10-07
4040 # Tests command definitions. Use the entire "docker compose" command you want to run.
4141 tests :
4242 # Run ./test.sh --help for a description of each of the flags.
@@ -122,7 +122,7 @@ jobs:
122122 # When set to true, GitHub cancels all in-progress jobs if any matrix job fails. Default: true
123123 fail-fast : false
124124 matrix :
125- go-version : [ '1.25.0 ' ]
125+ go-version : [ '1.25.2 ' ]
126126
127127 steps :
128128 # Checks out your repository under $GITHUB_WORKSPACE, so your job can access it
Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 GO_VERSION :
18- - " 1.25.0 "
18+ - " 1.25.2 "
1919 runs-on : ubuntu-24.04
2020 permissions :
2121 contents : write
Original file line number Diff line number Diff line change 1919 fail-fast : false
2020 matrix :
2121 GO_VERSION :
22- - " 1.25.0 "
22+ - " 1.25.2 "
2323 runs-on : ubuntu-24.04
2424 steps :
2525 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
88 context : test/boulder-tools/
99 # Should match one of the GO_CI_VERSIONS in test/boulder-tools/tag_and_upload.sh.
1010 args :
11- GO_VERSION : 1.25.0
11+ GO_VERSION : 1.25.2
1212 environment :
1313 # To solve HTTP-01 and TLS-ALPN-01 challenges, change the IP in FAKE_DNS
1414 # to the IP address where your ACME client's solver is listening. This is
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.0 " )
15+ GO_CI_VERSIONS=( " 1.25.2 " )
1616
1717echo " Please login to allow push to DockerHub"
1818docker login
You can’t perform that action at this time.
0 commit comments