From bd845d4f16086c7c4203e5dd41140c5706d668a2 Mon Sep 17 00:00:00 2001 From: hakwerk Date: Tue, 9 Apr 2024 19:54:53 +0000 Subject: [PATCH] [skip ci] Commit changes from build-dockers action --- build/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/docker-compose.yml b/build/docker-compose.yml index ebfa30d..59aec31 100644 --- a/build/docker-compose.yml +++ b/build/docker-compose.yml @@ -9,7 +9,7 @@ services: context: test/boulder-tools/ # Should match one of the GO_CI_VERSIONS in test/boulder-tools/tag_and_upload.sh. args: - GO_VERSION: 1.22.1 + GO_VERSION: 1.22.2 environment: # To solve HTTP-01 and TLS-ALPN-01 challenges, change the IP in FAKE_DNS # to the IP address where your ACME client's solver is listening.