Skip to content

Commit aaecc2f

Browse files
Merge pull request #16 from IBM/saikumar1607-202111100733
Retract the v1.x.x versions
2 parents f2a5358 + 4d545e6 commit aaecc2f

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.secrets.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "^.secrets.baseline$|go.sum|examples/SampleApp/go.sum|vendor",
44
"lines": null
55
},
6-
"generated_at": "2021-10-18T04:26:36Z",
6+
"generated_at": "2021-11-10T07:34:54Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ the cloud to activate or deactivate features in your application or environment,
2424
properties for distributed applications centrally.
2525

2626
## Installation
27-
28-
**The current version of this SDK: 0.2.1**
27+
**Note: The v1.x.x versions of the App Configuration Go SDK have been retracted. Use the latest available version of the SDK.**
2928

3029
There are a few different ways to download and install the IBM App Configuration Go SDK project for use by your Go
3130
application:
@@ -35,7 +34,7 @@ application:
3534
Use this command to download and install the SDK (along with its dependencies) to allow your Go application to use it:
3635

3736
```
38-
go get github.com/IBM/appconfiguration-go-sdk@v0.2.1
37+
go get -u github.com/IBM/appconfiguration-go-sdk@latest
3938
```
4039

4140
#### Go modules

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ require (
1717
gopkg.in/yaml.v2 v2.4.0 // indirect
1818
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c
1919
)
20+
21+
//Retract v1.x.x versions
22+
retract [v1.0.0, v1.2.1]

0 commit comments

Comments
 (0)