File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <img alt="Goenv Logo" src="/static/logo.png?v=1.15 .0" width="200" />
2
+ <img alt="Goenv Logo" src="/static/logo.png?v=1.16 .0" width="200" />
3
3
<h3 align="center">Goenv</h3>
4
4
<p align="center">Manage Your Applications Go Environment</p>
5
5
<p align="center">
6
6
<a href="https://github.com/norwik/Goenv/actions/workflows/build.yml">
7
7
<img src="https://github.com/norwik/Goenv/actions/workflows/build.yml/badge.svg">
8
8
</a>
9
9
<a href="https://github.com/norwik/Goenv/releases">
10
- <img src="https://img.shields.io/badge/Version-v1.15 .0-red.svg">
10
+ <img src="https://img.shields.io/badge/Version-v1.16 .0-red.svg">
11
11
</a>
12
12
<a href="https://goreportcard.com/report/github.com/norwik/Goenv">
13
- <img src="https://goreportcard.com/badge/github.com/norwik/Goenv?v=1.15 .0">
13
+ <img src="https://goreportcard.com/badge/github.com/norwik/Goenv?v=1.16 .0">
14
14
</a>
15
15
<a href="https://godoc.org/github.com/norwik/goenv">
16
16
<img src="https://godoc.org/github.com/norwik/goenv?status.svg">
Original file line number Diff line number Diff line change @@ -271,6 +271,7 @@ var GolangReleases = []string{
271
271
"1.20.11" ,
272
272
"1.20.12" ,
273
273
"1.20.13" ,
274
+ "1.20.14" ,
274
275
"1.21rc1" ,
275
276
"1.21rc2" ,
276
277
"1.21rc3" ,
@@ -282,8 +283,16 @@ var GolangReleases = []string{
282
283
"1.21.4" ,
283
284
"1.21.5" ,
284
285
"1.21.6" ,
286
+ "1.21.7" ,
287
+ "1.21.8" ,
288
+ "1.21.9" ,
289
+ "1.21.10" ,
285
290
"1.22rc1" ,
286
291
"1.22rc2" ,
292
+ "1.22.0" ,
293
+ "1.22.1" ,
294
+ "1.22.2" ,
295
+ "1.22.3" ,
287
296
}
288
297
289
298
// goShimContent shim for go binary
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ func TestUnitGolang(t *testing.T) {
23
23
g .Describe ("#Golang" , func () {
24
24
g .It ("It should satisfy test cases" , func () {
25
25
// Test GetVersions
26
- g .Assert (len (goenv .GetVersions ())).Equal (264 )
26
+ g .Assert (len (goenv .GetVersions ())).Equal (273 )
27
27
28
28
// Test SetVersion
29
29
versionFile := fmt .Sprintf ("%s/.goenv/%s" , baseDir , ".go-version" )
You can’t perform that action at this time.
0 commit comments