Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Jul 12, 2022
1 parent 540efd2 commit d6eb443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17
1.16
2 changes: 1 addition & 1 deletion core/module/golang.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ func (g *Golang) Rehash() error {

for i := 0; i < len(vers); i++ {
bins, err := g.FileSystem.GetDirectoryFileNames(fmt.Sprintf(
"%s/%s/%s",
"%s/%s/%s/bin",
g.RootPath,
g.VersionsDir,
vers[i],
Expand Down

0 comments on commit d6eb443

Please sign in to comment.