From 51bda7c54db4f5f450f18de4eb35ec2bbc9c4287 Mon Sep 17 00:00:00 2001 From: Sean DuBois Date: Mon, 26 Aug 2024 11:21:22 -0400 Subject: [PATCH] Require 1.20 in go.mod Resolves pion/webrtc#2869 --- scripts/lint-go-mod-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lint-go-mod-version.sh b/scripts/lint-go-mod-version.sh index 9630631..da1d4e4 100755 --- a/scripts/lint-go-mod-version.sh +++ b/scripts/lint-go-mod-version.sh @@ -14,7 +14,7 @@ if [ -f ${SCRIPT_PATH}/../../.ci.conf ]; then fi if [ -z "${GO_MOD_VERSION_EXPECTED}" ]; then - GO_MOD_VERSION_EXPECTED="1.19" # auto-update/prev-go-version + GO_MOD_VERSION_EXPECTED="1.20" # auto-update/prev-go-version fi GO_MOD_FILE=go.mod