Skip to content

Commit

Permalink
chore(go): 1.15.8 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenithar authored Feb 5, 2021
1 parent 46b6447 commit 23c88dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Download a [release](https://github.com/elastic/harp/releases) or build from sou

```sh
$ go version
go version go1.15.7 darwin/amd64
go version go1.15.8 darwin/amd64
```

> Simple go version manager - <https://github.com/stefanmaric/g>
Expand Down
3 changes: 2 additions & 1 deletion build/mage/golang/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ import (

// Keep only last 2 versions
var goVersions = []string{
"go1.15.6",
"go1.16rc1",
"go1.15.8",
"go1.15.7",
}

Expand Down

0 comments on commit 23c88dc

Please sign in to comment.