Skip to content

Commit 99e81b3

Browse files
jasonpetwhitesource-ets[bot]michael-magrianreggeenrJohn Sartore
authored
Sdk update 20231106 142529 (#12)
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]>
1 parent 3ab23ea commit 99e81b3

File tree

9 files changed

+4067
-1024
lines changed

9 files changed

+4067
-1024
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lint:
2424
${LINT} run
2525

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

2929
tidy:
3030
${GO} mod tidy

README.md

Lines changed: 4 additions & 4 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 4.1.1
4+
# IBM Cloud Code Engine Go SDK 4.2.0
55
Go client library to interact with the [Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
66

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

1818
<!-- toc -->
1919

20-
- [IBM Cloud Code Engine Go SDK 4.1.1](#ibm-cloud-code-engine-go-sdk-411)
20+
- [IBM Cloud Code Engine Go SDK 4.2.0](#ibm-cloud-code-engine-go-sdk-310)
2121
- [Table of Contents](#table-of-contents)
2222
- [Overview](#overview)
2323
- [Prerequisites](#prerequisites)
@@ -52,7 +52,7 @@ Service Name | Package name
5252
* Go version 1.18 or above.
5353

5454
## Installation
55-
The current version of this SDK: 4.1.1
55+
The current version of this SDK: 4.2.0
5656

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

0 commit comments

Comments
 (0)