From 696bd16762c9e79f49fa0af9c14724eaf9b27d12 Mon Sep 17 00:00:00 2001 From: Ahmed Elsabbahy Date: Tue, 24 Sep 2024 19:25:27 -0700 Subject: [PATCH] bump to go 1.23 to fix cve (fixes #973) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 424ec3bc..8951c66b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: go go: - - 1.22.x + - 1.23.x os: - osx