11[ ![ Build Status] ( https://travis-ci.com/IBM/code-engine-go-sdk.svg?branch=main )] ( https://travis-ci.com/IBM/code-engine-go-sdk )
22[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
33
4- # IBM Cloud Code Engine Go SDK 2.0.3
4+ # IBM Cloud Code Engine Go SDK 3.1.0
55Go client library to interact with the [ Code Engine API] ( https://cloud.ibm.com/apidocs/codeengine ) .
66
77## Table of Contents
@@ -17,18 +17,20 @@ Go client library to interact with the [Code Engine API](https://cloud.ibm.com/a
1717
1818<!-- toc -->
1919
20- - [ Overview] ( #overview )
21- - [ Prerequisites] ( #prerequisites )
22- - [ Installation] ( #installation )
23- + [ ` go get ` command] ( #go-get-command )
24- + [ Go modules] ( #go-modules )
25- + [ ` dep ` dependency manager] ( #dep-dependency-manager )
26- - [ Using the SDK] ( #using-the-sdk )
27- - [ Questions] ( #questions )
28- - [ Issues] ( #issues )
29- - [ Open source @ IBM] ( #open-source--ibm )
30- - [ Contributing] ( #contributing )
31- - [ License] ( #license )
20+ - [ IBM Cloud Code Engine Go SDK 3.1.0] ( #ibm-cloud-code-engine-go-sdk-310 )
21+ - [ Table of Contents] ( #table-of-contents )
22+ - [ Overview] ( #overview )
23+ - [ Prerequisites] ( #prerequisites )
24+ - [ Installation] ( #installation )
25+ - [ ` go get ` command] ( #go-get-command )
26+ - [ Go modules] ( #go-modules )
27+ - [ ` dep ` dependency manager] ( #dep-dependency-manager )
28+ - [ Using the SDK] ( #using-the-sdk )
29+ - [ Questions] ( #questions )
30+ - [ Issues] ( #issues )
31+ - [ Open source @ IBM] ( #open-source--ibm )
32+ - [ Contributing] ( #contributing )
33+ - [ License] ( #license )
3234
3335<!-- tocstop -->
3436
@@ -50,7 +52,7 @@ Service Name | Package name
5052* Go version 1.18 or above.
5153
5254## Installation
53- The current version of this SDK: 2.0.3
55+ The current version of this SDK: 3.1.0
5456
5557There are a few different ways to download and install the Code Engine Go SDK project for use by your
5658Go application:
@@ -83,7 +85,7 @@ to your `Gopkg.toml` file. Here is an example:
8385```
8486[[constraint]]
8587 name = "github.com/IBM/code-engine-go-sdk"
86- version = "2.0.3 "
88+ version = "3.1.0 "
8789
8890```
8991
0 commit comments