Update to go1.22.3 (#7485)
Release notes: https://go.dev/doc/devel/release#go1.22.3
This commit is contained in:
parent
d19f70407c
commit
774000bf8d
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
# Add additional docker image tags here and all tests will be run with the additional image.
|
# Add additional docker image tags here and all tests will be run with the additional image.
|
||||||
BOULDER_TOOLS_TAG:
|
BOULDER_TOOLS_TAG:
|
||||||
- go1.22.2_2024-04-04
|
- go1.22.3_2024-05-13
|
||||||
# Tests command definitions. Use the entire "docker compose" command you want to run.
|
# Tests command definitions. Use the entire "docker compose" command you want to run.
|
||||||
tests:
|
tests:
|
||||||
# Run ./test.sh --help for a description of each of the flags.
|
# Run ./test.sh --help for a description of each of the flags.
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
GO_VERSION:
|
GO_VERSION:
|
||||||
- "1.22.2"
|
- "1.22.3"
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
GO_VERSION:
|
GO_VERSION:
|
||||||
- "1.22.2"
|
- "1.22.3"
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ DOCKER_REPO="letsencrypt/boulder-tools"
|
||||||
# .github/workflows/release.yml,
|
# .github/workflows/release.yml,
|
||||||
# .github/workflows/try-release.yml if appropriate,
|
# .github/workflows/try-release.yml if appropriate,
|
||||||
# and .github/workflows/boulder-ci.yml with the new container tag.
|
# and .github/workflows/boulder-ci.yml with the new container tag.
|
||||||
GO_CI_VERSIONS=( "1.22.2" )
|
GO_CI_VERSIONS=( "1.22.3" )
|
||||||
|
|
||||||
echo "Please login to allow push to DockerHub"
|
echo "Please login to allow push to DockerHub"
|
||||||
docker login
|
docker login
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue