From 3c6bb98f00ac352e050ec42ce8f58c35f7be1e6e Mon Sep 17 00:00:00 2001 From: Sebastien Boisvert Date: Tue, 15 Oct 2024 10:42:58 -0400 Subject: [PATCH 1/3] Dev: bump Go version to 1.21 in Dev Containers config --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ebf6f614df3..2bea1f50916 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.20", + "VARIANT": "1.21", // Options "INSTALL_NODE": "false", "NODE_VERSION": "lts/*" From 5aae4cd81db123b46335f4bbd85475352a030680 Mon Sep 17 00:00:00 2001 From: Sebastien Boisvert Date: Fri, 18 Oct 2024 10:11:58 -0400 Subject: [PATCH 2/3] Dev: bump Go version to 1.22 in Dev Containers config and in README --- .devcontainer/devcontainer.json | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2bea1f50916..f9bb82598ff 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.21", + "VARIANT": "1.22", // Options "INSTALL_NODE": "false", "NODE_VERSION": "lts/*" diff --git a/README.md b/README.md index b616594a68a..9e4fb436728 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Ensure that you deploy the `/static` directory, as Prebid Server requires those ## Developing -Prebid Server requires [Go](https://go.dev) version 1.21 or newer. You can develop on any operating system that Go supports; however, please note that our helper scripts are written in bash. +Prebid Server requires [Go](https://go.dev) version 1.22 or newer. You can develop on any operating system that Go supports; however, please note that our helper scripts are written in bash. 1. Clone The Repository ``` bash From caf0c5694501c7c3799db4eff33f6da5ca5212d6 Mon Sep 17 00:00:00 2001 From: Sebastien Boisvert Date: Mon, 21 Oct 2024 15:31:12 -0400 Subject: [PATCH 3/3] Update README.md to put back Go 1.21 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e4fb436728..b616594a68a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Ensure that you deploy the `/static` directory, as Prebid Server requires those ## Developing -Prebid Server requires [Go](https://go.dev) version 1.22 or newer. You can develop on any operating system that Go supports; however, please note that our helper scripts are written in bash. +Prebid Server requires [Go](https://go.dev) version 1.21 or newer. You can develop on any operating system that Go supports; however, please note that our helper scripts are written in bash. 1. Clone The Repository ``` bash