Skip to content

Commit d5e0092

Browse files
authored
feat: bump Go versions (#271)
Signed-off-by: Norbert Biczo <pyrooka@users.noreply.github.com>
1 parent 2fdf074 commit d5e0092

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ language: go
33
dist: jammy
44

55
go:
6-
- 1.18.x
76
- 1.19.x
87
- 1.20.x
8+
- 1.21.x
99

1010
notifications:
1111
email: true
@@ -37,5 +37,5 @@ deploy:
3737
script: npm run semantic-release
3838
skip_cleanup: true
3939
on:
40-
go: '1.18.x'
40+
go: '1.19.x'
4141
branch: main

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Service Name | Package name
8383
* An [IBM Cloud][ibm-cloud-onboarding] account.
8484
* An IAM API key to allow the SDK to access your account. Create one
8585
[here](https://cloud.ibm.com/iam/apikeys).
86-
* Go version 1.18 or above.
86+
* Go version 1.19 or above.
8787

8888
## Installation
8989
The current version of this SDK: 0.45.0

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/IBM/platform-services-go-sdk
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/IBM/go-sdk-core/v5 v5.13.2

0 commit comments

Comments
 (0)