Skip to content

Commit

Permalink
feat: bump Go versions (#271)
Browse files Browse the repository at this point in the history
Signed-off-by: Norbert Biczo <pyrooka@users.noreply.github.com>
  • Loading branch information
pyrooka committed Aug 18, 2023
1 parent 2fdf074 commit d5e0092
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,9 +3,9 @@ language: go
dist: jammy

go:
- 1.18.x
- 1.19.x
- 1.20.x
- 1.21.x

notifications:
email: true
Expand Down Expand Up @@ -37,5 +37,5 @@ deploy:
script: npm run semantic-release
skip_cleanup: true
on:
go: '1.18.x'
go: '1.19.x'
branch: main
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -83,7 +83,7 @@ Service Name | Package name
* An [IBM Cloud][ibm-cloud-onboarding] account.
* An IAM API key to allow the SDK to access your account. Create one
[here](https://cloud.ibm.com/iam/apikeys).
* Go version 1.18 or above.
* Go version 1.19 or above.

## Installation
The current version of this SDK: 0.45.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/IBM/platform-services-go-sdk

go 1.18
go 1.19

require (
github.com/IBM/go-sdk-core/v5 v5.13.2
Expand Down

0 comments on commit d5e0092

Please sign in to comment.