Skip to content

Commit

Permalink
Remove 1.15 from release and updating docs
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <malusevd99@gmail.com>
  • Loading branch information
Dusan Malusev committed Apr 30, 2021
1 parent 7b3520a commit be70ba3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -66,7 +66,7 @@ jobs:
windows:
strategy:
matrix:
go: [1.15.x, 1.16.x]
go: [1.16.x]
runs-on: windows-latest
needs: release
steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -11,7 +11,7 @@ This program is designed for developers to help them manage host files, which th

# Installation

1. Download from [Releases page](https://github.com/BrosSquad/hosts/releases/tag/v2.0.4).
1. Download from [Releases page](https://github.com/BrosSquad/hosts/releases/tag/v2.3.0).


2. Building from Source
Expand All @@ -20,7 +20,7 @@ This program is designed for developers to help them manage host files, which th

```sh
$ git clone https://github.com/BrosSquad/hosts.git hosts && cd hosts
$ git checkout tags/v2.0.4 -b v2.0.4
$ git checkout tags/v2.3.0 -b v2.3.0
$ make build VERSION=2.0.3 ENVIRONMENT=production RACE=0
$ make install
```
Expand Down

0 comments on commit be70ba3

Please sign in to comment.