Skip to content

Commit

Permalink
build: bump go versions
Browse files Browse the repository at this point in the history
Signed-off-by: Norbert Biczó <[email protected]>
  • Loading branch information
pyrooka committed Aug 17, 2023
1 parent db2b5d4 commit 3c93491
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 3c93491

Please sign in to comment.