Skip to content

Commit

Permalink
Sdk update 20240701 151344 (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Peterson <[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]>
Co-authored-by: whitesource-ets[bot] <409986+whitesource-ets[bot]@users.noreply.github.ibm.com>
Co-authored-by: whitesource-ets[bot] <whitesource-ets[bot]@users.noreply.github.ibm.com>
  • Loading branch information
8 people authored Jul 1, 2024
1 parent a6e054a commit 7bd37eb
Show file tree
Hide file tree
Showing 8 changed files with 8,161 additions and 3,285 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.com/IBM/code-engine-go-sdk.svg?branch=main)](https://travis-ci.com/IBM/code-engine-go-sdk)
[![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)

# IBM Cloud Code Engine Go SDK 4.3.0
# IBM Cloud Code Engine Go SDK 4.4.0
Go client library to interact with the [Code Engine API](https://cloud.ibm.com/apidocs/codeengine).

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

<!-- toc -->

- [IBM Cloud Code Engine Go SDK 4.3.0](#ibm-cloud-code-engine-go-sdk-310)
- [IBM Cloud Code Engine Go SDK 4.4.0](#ibm-cloud-code-engine-go-sdk-310)
- [Table of Contents](#table-of-contents)
- [Overview](#overview)
- [Prerequisites](#prerequisites)
Expand Down Expand Up @@ -52,7 +52,7 @@ Service Name | Package name
* Go version 1.18 or above.

## Installation
The current version of this SDK: 4.3.0
The current version of this SDK: 4.4.0

There are a few different ways to download and install the Code Engine Go SDK project for use by your
Go application:
Expand Down Expand Up @@ -85,7 +85,7 @@ to your `Gopkg.toml` file. Here is an example:
```
[[constraint]]
name = "github.com/IBM/code-engine-go-sdk"
version = "4.3.0"
version = "4.4.0"
```

Expand Down
Loading

0 comments on commit 7bd37eb

Please sign in to comment.