From 72058f3e384afb87390f58f598f63f4c95c175c6 Mon Sep 17 00:00:00 2001 From: steveclay Date: Tue, 14 May 2024 12:14:51 -0500 Subject: [PATCH] Bump go version for CVEs (#406) * Bump go version for CVEs * Bump go used by travis --- .travis.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f8bfd17..7cf6aea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go dist: focal go: -- '1.21.x' +- '1.22.x' addons: apt: packages: diff --git a/go.mod b/go.mod index 4ffc1b0..5d94099 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/IBM-Cloud/ibm-cloud-cli-sdk -go 1.21 +go 1.22.3 require ( github.com/fatih/color v1.7.1-0.20180516100307-2d684516a886