Skip to content

Commit bf6d5e7

Browse files
feat(api): Updated go-sdk to adopt Code Engine API specification changes
1 parent ae6857c commit bf6d5e7

File tree

11 files changed

+884
-277
lines changed

11 files changed

+884
-277
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![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)
44

5-
# IBM Cloud Code Engine Go SDK 4.18.0
5+
# IBM Cloud Code Engine Go SDK 4.23.1
66
Go client library to interact with the [Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
77

88
## Table of Contents
@@ -18,7 +18,7 @@ Go client library to interact with the [Code Engine API](https://cloud.ibm.com/a
1818

1919
<!-- toc -->
2020

21-
- [IBM Cloud Code Engine Go SDK 4.18.0](#ibm-cloud-code-engine-go-sdk-310)
21+
- [IBM Cloud Code Engine Go SDK 4.23.1](#ibm-cloud-code-engine-go-sdk-310)
2222
- [Table of Contents](#table-of-contents)
2323
- [Overview](#overview)
2424
- [Prerequisites](#prerequisites)
@@ -53,7 +53,7 @@ Service Name | Package name
5353
* Go version 1.21 or above.
5454

5555
## Installation
56-
The current version of this SDK: 4.18.0
56+
The current version of this SDK: 4.23.1
5757

5858
There are a few different ways to download and install the Code Engine Go SDK project for use by your
5959
Go application:
@@ -86,7 +86,7 @@ to your `Gopkg.toml` file. Here is an example:
8686
```
8787
[[constraint]]
8888
name = "github.com/IBM/code-engine-go-sdk"
89-
version = "4.18.0"
89+
version = "4.23.1"
9090
9191
```
9292

0 commit comments

Comments
 (0)