Skip to content

Commit 72058f3

Browse files
authored
Bump go version for CVEs (#406)
* Bump go version for CVEs * Bump go used by travis
1 parent 19ed243 commit 72058f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22
dist: focal
33
go:
4-
- '1.21.x'
4+
- '1.22.x'
55
addons:
66
apt:
77
packages:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/IBM-Cloud/ibm-cloud-cli-sdk
22

3-
go 1.21
3+
go 1.22.3
44

55
require (
66
github.com/fatih/color v1.7.1-0.20180516100307-2d684516a886

0 commit comments

Comments
 (0)