Skip to content

Commit

Permalink
Bump go version for CVEs (#406)
Browse files Browse the repository at this point in the history
* Bump go version for CVEs

* Bump go used by travis
  • Loading branch information
steveclay authored May 14, 2024
1 parent 19ed243 commit 72058f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
dist: focal
go:
- '1.21.x'
- '1.22.x'
addons:
apt:
packages:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 72058f3

Please sign in to comment.