Commit d5e0092 1 parent 2fdf074 commit d5e0092 Copy full SHA for d5e0092
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ language: go
3
3
dist : jammy
4
4
5
5
go :
6
- - 1.18.x
7
6
- 1.19.x
8
7
- 1.20.x
8
+ - 1.21.x
9
9
10
10
notifications :
11
11
email : true
@@ -37,5 +37,5 @@ deploy:
37
37
script : npm run semantic-release
38
38
skip_cleanup : true
39
39
on :
40
- go : ' 1.18 .x'
40
+ go : ' 1.19 .x'
41
41
branch : main
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Service Name | Package name
83
83
* An [ IBM Cloud] [ ibm-cloud-onboarding ] account.
84
84
* An IAM API key to allow the SDK to access your account. Create one
85
85
[ here] ( https://cloud.ibm.com/iam/apikeys ) .
86
- * Go version 1.18 or above.
86
+ * Go version 1.19 or above.
87
87
88
88
## Installation
89
89
The current version of this SDK: 0.45.0
Original file line number Diff line number Diff line change 1
1
module github.com/IBM/platform-services-go-sdk
2
2
3
- go 1.18
3
+ go 1.19
4
4
5
5
require (
6
6
github.com/IBM/go-sdk-core/v5 v5.13.2
You can’t perform that action at this time.
0 commit comments