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(spec): updated the sdk as per the api spec released on 2024-07-17 #97

Merged
merged 1 commit into from
Jul 17, 2024

feat(spec): updated the sdk as per the api spec released on 2024-07-17

ee5f213
Select commit
Loading
Failed to load commit list.
Merged

feat(spec): updated the sdk as per the api spec released on 2024-07-17 #97

feat(spec): updated the sdk as per the api spec released on 2024-07-17
ee5f213
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jul 17, 2024 in 4m 55s

Build Passed

The build passed.

Details

This is a normal build for the release-2024-07-17 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has three jobs, running in parallel.

Job Go ENV OS State
485.1 1.20.x GO111MODULE=on Linux passed
485.2 1.21.x GO111MODULE=on Linux passed
485.3 1.22.x GO111MODULE=on 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"
  ],
  "env": [
    "global={:GO111MODULE=>\"on\"}"
  ],
  "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.56.2"
  ],
  "script": [
    "make travis-ci"
  ]
}