Skip to content

Commit

Permalink
add 1.19.1 & 1.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Sep 8, 2022
1 parent 39fc8f5 commit 72a86c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<p align="center">
<img alt="Goenv Logo" src="/static/logo.png?v=1.6.0" width="200" />
<img alt="Goenv Logo" src="/static/logo.png?v=1.7.0" width="200" />
<h3 align="center">Goenv</h3>
<p align="center">Manage Your Applications Go Environment</p>
<p align="center">
<a href="https://github.com/spacewalkio/Goenv/actions/workflows/build.yml">
<img src="https://github.com/spacewalkio/Goenv/actions/workflows/build.yml/badge.svg">
</a>
<a href="https://github.com/spacewalkio/Goenv/releases">
<img src="https://img.shields.io/badge/Version-v1.6.0-red.svg">
<img src="https://img.shields.io/badge/Version-v1.7.0-red.svg">
</a>
<a href="https://goreportcard.com/report/github.com/spacewalkio/Goenv">
<img src="https://goreportcard.com/badge/github.com/spacewalkio/Goenv?v=1.6.0">
<img src="https://goreportcard.com/badge/github.com/spacewalkio/Goenv?v=1.7.0">
</a>
<a href="https://godoc.org/github.com/spacewalkio/goenv">
<img src="https://godoc.org/github.com/spacewalkio/goenv?status.svg">
Expand Down
2 changes: 2 additions & 0 deletions core/module/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,12 @@ var GolangReleases = []string{
"1.18.3",
"1.18.4",
"1.18.5",
"1.18.6",
"1.19beta1",
"1.19rc1",
"1.19rc2",
"1.19",
"1.19.1",
}

// goShimContent shim for go binary
Expand Down
2 changes: 1 addition & 1 deletion core/module/golang_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func TestUnitGolang(t *testing.T) {
g.Describe("#Golang", func() {
g.It("It should satisfy test cases", func() {
// Test GetVersions
g.Assert(len(goenv.GetVersions())).Equal(216)
g.Assert(len(goenv.GetVersions())).Equal(218)

// Test SetVersion
versionFile := fmt.Sprintf("%s/.goenv/%s", baseDir, ".go-version")
Expand Down

0 comments on commit 72a86c7

Please sign in to comment.