Skip to content

Commit

Permalink
Remove go1.20.1 from CI (#6742)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongable authored Mar 15, 2023
1 parent ec1abb4 commit 7199a88
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.20.1_2023-03-07
- go1.20.2_2023-03-07
# 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.20.1"
- "1.20.2"
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.20.1"
- "1.20.2"
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.20.1" "1.20.2" )
GO_CI_VERSIONS=( "1.20.2" )
# 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 7199a88

Please sign in to comment.