Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump Go versions #188

Merged
merged 2 commits into from
Aug 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
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: false
Expand Down Expand Up @@ -39,5 +39,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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ go get -u github.com/IBM/go-sdk-core/...
```

## Prerequisites
- Go version 1.18 or newer
- Go version 1.19 or newer

## Authentication
The go-sdk-core project supports the following types of authentication:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/IBM/go-sdk-core/v5

go 1.18
go 1.19

require (
github.com/go-openapi/strfmt v0.21.5
Expand Down