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

chore: SDK version update from v0.44.0 to v0.45.0 #173

Merged
merged 1 commit into from
Apr 20, 2024

chore: SDK version update from v0.44.0 to v0.45.0

a3062d0
Select commit
Loading
Failed to load commit list.
Merged

chore: SDK version update from v0.44.0 to v0.45.0 #173

chore: SDK version update from v0.44.0 to v0.45.0
a3062d0
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Apr 20, 2024 in 12m 8s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the sdk_version_update branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job Go ENV OS State
620.1 1.21.x GO111MODULE=on Linux passed
620.2 1.22.x GO111MODULE=on Linux passed

Build Configuration

Build Option Setting
Language Go
Operating System Linux (Jammy)
Go Versions 1.21.x, 1.22.x
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "go": [
    "1.21.x",
    "1.22.x"
  ],
  "notifications": {
    "email": [
      {
        "enabled": true
      }
    ]
  },
  "env": [
    "global={:GO111MODULE=>\"on\"}"
  ],
  "before_install": [
    "sudo apt-get update",
    "eval \"$(pyenv init -)\"",
    "python -V",
    "[ -z \"${TRAVIS_TAG}\" ] &&  [ \"${TRAVIS_PULL_REQUEST}\" == \"false\" ] && openssl aes-256-cbc -K $encrypted_d4a185972ecc_key -iv $encrypted_d4a185972ecc_iv -in pdns.env.enc -out pdns.env -d || true && openssl aes-256-cbc -K $encrypted_6de0fb2f002f_key -iv $encrypted_6de0fb2f002f_iv -in directlink.env.enc -out directlink.env -d || true && openssl aes-256-cbc -K $encrypted_3d8a3eb98382_key -iv $encrypted_3d8a3eb98382_iv -in transit.env.enc -out transit.env -d || true && openssl aes-256-cbc -K $encrypted_fc092b9428d6_key -iv $encrypted_fc092b9428d6_iv -in cis.env.enc -out cis.env -d || true && openssl aes-256-cbc -K $encrypted_89a9eb4f9417_key -iv $encrypted_89a9eb4f9417_iv -in dns.env.enc -out dns.env -d || true && openssl aes-256-cbc -K $encrypted_fb1b85a9795b_key -iv $encrypted_fb1b85a9795b_iv -in cislog.env.enc -out cislog.env -d || true"
  ],
  "install": [
    "curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.55.2"
  ],
  "script": [
    "make travis-ci"
  ],
  "before_deploy": [
    "nvm install 20",
    "npm install -g [email protected]",
    "npm install @semantic-release/changelog",
    "npm install @semantic-release/exec",
    "npm install @semantic-release/git",
    "npm install @semantic-release/github",
    "pip install --user bump2version"
  ],
  "deploy": [
    {
      "provider": "script",
      "script": "npx semantic-release",
      "skip_cleanup": true,
      "on": {
        "go": "1.22.x",
        "branch": [
          "master"
        ]
      }
    }
  ]
}