From fb3cf207c8b8ea4780d6abb21613a9b15c2560fa Mon Sep 17 00:00:00 2001 From: Sheridan C Rawlins Date: Thu, 12 Dec 2024 23:00:16 -0800 Subject: [PATCH] Upgrade to go v1.23 - Fixes #4101 --- .devcontainer/devcontainer.json | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f9bb82598ff..d924cdba4f7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "dockerfile": "Dockerfile", "args": { // Update the VARIANT arg to pick a version of Go - "VARIANT": "1.22", + "VARIANT": "1.23", // Options "INSTALL_NODE": "false", "NODE_VERSION": "lts/*" diff --git a/go.mod b/go.mod index db378338fe8..46a61718594 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/prebid/prebid-server/v3 -go 1.21 +go 1.23 retract v3.0.0 // Forgot to update major version in import path and module name