Skip to content

Commit 7199a88

Browse files
authored
Remove go1.20.1 from CI (#6742)
1 parent ec1abb4 commit 7199a88

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

.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.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:

.github/workflows/release.yml

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

.github/workflows/try-release.yml

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

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.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.

0 commit comments

Comments
 (0)