File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed
Expand file tree Collapse file tree 5 files changed +6
-8
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.2_2025-10-07
39+ - go1.25.5_2025-12-03
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.2 ' ]
125+ go-version : [ '1.25.5 ' ]
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 3535 fail-fast : false
3636 matrix :
3737 GO_VERSION :
38- - " 1.25.2"
39- - " 1.25.3"
38+ - " 1.25.5"
4039 runs-on : ubuntu-24.04
4140 permissions :
4241 contents : write
Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 matrix :
2222 GO_VERSION :
23- - " 1.25.2"
24- - " 1.25.3"
23+ - " 1.25.5"
2524 runs-on : ubuntu-24.04
2625 steps :
2726 - 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.2
11+ GO_VERSION : 1.25.5
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.2 " )
15+ GO_CI_VERSIONS=( " 1.25.5 " )
1616
1717echo " Please login to allow push to DockerHub"
1818docker login
You can’t perform that action at this time.
0 commit comments