Skip to content

Commit eb1ccc9

Browse files
committed
chore: updated go to 1.21
1 parent f387118 commit eb1ccc9

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: bionic
33
go:
4-
- '1.17.x'
4+
- '1.21.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.20
3+
go 1.21
44

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

0 commit comments

Comments
 (0)