Skip to content

Commit

Permalink
Remove go1.21.1 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongable committed Nov 7, 2023
1 parent d9b97c7 commit beae593
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/boulder-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
matrix:
# Add additional docker image tags here and all tests will be run with the additional image.
BOULDER_TOOLS_TAG:
- go1.21.1_2023-09-07
- go1.21.3_2023-10-12
# Tests command definitions. Use the entire "docker compose" command you want to run.
tests:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
fail-fast: false
matrix:
GO_VERSION:
- "1.21.1"
- "1.21.3"
runs-on: ubuntu-20.04
permissions:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/try-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
fail-fast: false
matrix:
GO_VERSION:
- "1.21.1"
- "1.21.3"
runs-on: ubuntu-20.04
steps:
Expand Down
2 changes: 1 addition & 1 deletion test/boulder-tools/tag_and_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DOCKER_REPO="letsencrypt/boulder-tools"
# .github/workflows/release.yml,
# .github/workflows/try-release.yml if appropriate,
# and .github/workflows/boulder-ci.yml with the new container tag.
GO_CI_VERSIONS=( "1.21.1" "1.21.3" )
GO_CI_VERSIONS=( "1.21.3" )
# These versions are built for both platforms that boulder devs use.
# When updating GO_DEV_VERSIONS, please also update
# ../../docker-compose.yml's default Go version.
Expand Down

0 comments on commit beae593

Please sign in to comment.