Skip to content

Commit bb274ec

Browse files
CI: Drop go1.25.x (#8675)
1 parent b871820 commit bb274ec

5 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/boulder-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
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:

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
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:

.github/workflows/try-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
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:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/letsencrypt/boulder
22

3-
go 1.25.0
3+
go 1.25
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.41.0

test/boulder-tools/tag_and_upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1717
echo "Please login to allow push to DockerHub"
1818
docker login

0 commit comments

Comments
 (0)