Skip to content

Commit

Permalink
update to @latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
terakilobyte committed Dec 30, 2021
1 parent 74c85d1 commit 8b75dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .evergreen/dailygreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ functions:
export GOROOT='/opt/golang/go1.16'
export PATH=$GOROOT/bin:$GOPATH/bin/:$PATH
go install github.com/terakilobyte/checker@rc4
go install github.com/terakilobyte/checker@latest
"run dialy":
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ functions:
export GOROOT='/opt/golang/go1.16'
export PATH=$GOROOT/bin:$GOPATH/bin/:$PATH
go install github.com/terakilobyte/checker@rc4
go install github.com/terakilobyte/checker@latest
"run checker":
Expand Down

0 comments on commit 8b75dd0

Please sign in to comment.