Skip to content

Commit

Permalink
Update from go1.22rc1 to go1.22 (#7329)
Browse files Browse the repository at this point in the history
Go 1.22 has been officially released, so update our unit and integration
tests to run on the official version.
  • Loading branch information
aarongable authored and pgporada committed Feb 16, 2024
1 parent e31ab9e commit 28a41f5
Show file tree
Hide file tree
Showing 6 changed files with 227 additions and 156 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/boulder-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
matrix:
# Add additional docker image tags here and all tests will be run with the additional image.
BOULDER_TOOLS_TAG:
- go1.21.5_2024-01-17
- go1.22rc1_2024-01-17
- go1.21.5_2024-02-14
- go1.22.0_2024-02-14
# Tests command definitions. Use the entire "docker compose" command you want to run.
tests:
# Run ./test.sh --help for a description of each of the flags.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
GO_VERSION:
- "1.21.5"
- "1.22.0"
runs-on: ubuntu-20.04
permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/try-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
GO_VERSION:
- "1.21.5"
- "1.22.0"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ignore-hidden = false
[default]
extend-ignore-re = [
# PEM
"\\b[+/0-9=A-Za-z]{64}\\b",
"\\s*[+/0-9=A-Za-z]{64}\\s*",
' := `\{"[0-9A-Z_a-z-]{36,}"\}`',
'"(csr|d|dp|n|protected|qi|signature|y)": ?"[0-9=A-Z_a-z-]{36,}"',
'bigIntFromB64\("[0-9=A-Z_a-z-]{36,}"\)',
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.5" "1.22rc1" )
GO_CI_VERSIONS=( "1.21.5" "1.22.0" )

echo "Please login to allow push to DockerHub"
docker login
Expand Down
Loading

0 comments on commit 28a41f5

Please sign in to comment.