feat(spec): updated the sdk as per the api spec released on 2024-09-17 #100
Travis CI / Travis CI - Pull Request
succeeded
Sep 17, 2024 in 4m 52s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #100 feat(spec): updated the sdk as per the api spec released on 2024-09-17.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Go | OS | State |
---|---|---|---|
505.1 | 1.20.x | Linux | passed |
505.2 | 1.21.x | Linux | passed |
505.3 | 1.22.x | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Go |
Operating System | Linux (Jammy) |
Go Versions | 1.20.x, 1.21.x, 1.22.x |
Build Configuration
{
"language": "go",
"os": [
"linux"
],
"dist": "jammy",
"notifications": {
"email": [
{
"enabled": true
}
]
},
"go": [
"1.20.x",
"1.21.x",
"1.22.x"
],
"before_install": [
"sudo apt-get update",
"sudo apt-get install python3",
"nvm install 14",
"npm install"
],
"install": [
"curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.61.0"
],
"script": [
"make travis-ci"
]
}
Loading