From 292c395b982f21df411f1ecb874968bb77d45112 Mon Sep 17 00:00:00 2001 From: Milas Bowman Date: Tue, 5 Mar 2024 15:29:01 -0500 Subject: [PATCH] chore(deps): upgrade go to 1.21.8 Signed-off-by: Milas Bowman --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 529856386e..a6f74d07d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION=1.21.6 +ARG GO_VERSION=1.21.8 ARG XX_VERSION=1.2.1 ARG GOLANGCI_LINT_VERSION=v1.55.2 ARG ADDLICENSE_VERSION=v1.0.0