Skip to content

Commit

Permalink
Sdk update 20231106 142529 (#12)
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]>
  • Loading branch information
6 people authored Nov 6, 2023
1 parent 3ab23ea commit 99e81b3
Show file tree
Hide file tree
Showing 9 changed files with 4,067 additions and 1,024 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lint:
${LINT} run

scan-gosec:
${GOSEC} -conf gosec.json -exclude-dir=example/v1 -exclude-dir=example/v2 ./...
${GOSEC} -conf gosec.json -exclude-dir=example/v1 -exclude-dir=example/v2 -exclude-dir=codeenginev2 ./...

tidy:
${GO} mod tidy
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.1.1
# IBM Cloud Code Engine Go SDK 4.2.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.1.1](#ibm-cloud-code-engine-go-sdk-411)
- [IBM Cloud Code Engine Go SDK 4.2.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.1.1
The current version of this SDK: 4.2.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.1.1"
version = "4.2.0"
```

Expand Down
Loading

0 comments on commit 99e81b3

Please sign in to comment.