From cf113c655854301c4aec659586a751696fd0bc70 Mon Sep 17 00:00:00 2001 From: Nolan Emirot Date: Mon, 24 Feb 2025 19:04:30 -0800 Subject: [PATCH] test: update golang version (#371) --- test/integration/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/Dockerfile b/test/integration/Dockerfile index da33ac2..26c1c13 100644 --- a/test/integration/Dockerfile +++ b/test/integration/Dockerfile @@ -1,5 +1,5 @@ # build executable and run integration tests -FROM golang:1.23.0-bullseye +FROM golang:1.23-bullseye # build libsodium (dep of libzmq) WORKDIR /build