Skip to content

Commit

Permalink
Merge pull request #19 from hueristiq/dev
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
enenumxela committed Feb 11, 2023
2 parents 787bdba + 5618c63 commit c669da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '>=1.20'
-
name: Check out code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ You can download the pre-built binary for your platform from this repository's [

### From Source

hqurlfind3r requires **go1.19+** to install successfully. Run the following command to get the repo
hqurlfind3r requires **go1.20+** to install successfully. Run the following command to get the repo

```bash
go install -v github.com/hueristiq/hqurlfind3r/cmd/hqurlfind3r@latest
Expand Down

0 comments on commit c669da0

Please sign in to comment.