1
1
[ ![ Build Status] ( https://travis-ci.com/IBM/code-engine-go-sdk.svg?branch=main )] ( https://travis-ci.com/IBM/code-engine-go-sdk )
2
2
[ ![ 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 )
3
3
4
- # IBM Cloud Code Engine Go SDK 2.0.3
4
+ # IBM Cloud Code Engine Go SDK 3.1.0
5
5
Go client library to interact with the [ Code Engine API] ( https://cloud.ibm.com/apidocs/codeengine ) .
6
6
7
7
## Table of Contents
@@ -17,18 +17,20 @@ Go client library to interact with the [Code Engine API](https://cloud.ibm.com/a
17
17
18
18
<!-- toc -->
19
19
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 )
32
34
33
35
<!-- tocstop -->
34
36
@@ -50,7 +52,7 @@ Service Name | Package name
50
52
* Go version 1.18 or above.
51
53
52
54
## Installation
53
- The current version of this SDK: 2.0.3
55
+ The current version of this SDK: 3.1.0
54
56
55
57
There are a few different ways to download and install the Code Engine Go SDK project for use by your
56
58
Go application:
@@ -83,7 +85,7 @@ to your `Gopkg.toml` file. Here is an example:
83
85
```
84
86
[[constraint]]
85
87
name = "github.com/IBM/code-engine-go-sdk"
86
- version = "2.0.3 "
88
+ version = "3.1.0 "
87
89
88
90
```
89
91
0 commit comments