Skip to content

Commit 743a707

Browse files
jaksart1whitesource-ets[bot]michael-magrianreggeenrJohn Sartore
authored
Sdk update 20230324 171523 (#8)
Signed-off-by: John Sartore <[email protected]> Co-authored-by: whitesource-ets[bot] <328400+whitesource-ets[bot]@users.noreply.github.ibm.com> Co-authored-by: Michael Magrian <[email protected]> Co-authored-by: Enrico Regge <[email protected]> Co-authored-by: John Sartore <[email protected]> Co-authored-by: semantic-release-bot <[email protected]>
1 parent 82472ba commit 743a707

File tree

10 files changed

+3113
-546
lines changed

10 files changed

+3113
-546
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
Go 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

5557
There are a few different ways to download and install the Code Engine Go SDK project for use by your
5658
Go 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

Comments
 (0)