Skip to content

Commit

Permalink
update workflow and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Sep 10, 2022
1 parent 642f097 commit be543c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.16.0"]
go: ["1.17", "1.18", "1.19"]
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v2
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,17 +177,17 @@ If you're stupid enough to trust binaries that I've put together, you can downlo

### Using `go install`

If you have a [Go](https://golang.org/) environment ready to go (at least go 1.16), it's as easy as:
If you have a [Go](https://golang.org/) environment ready to go (at least go 1.17), it's as easy as:

```bash
go install github.com/OJ/gobuster/v3@latest
```

PS: You need at least go 1.16.0 to compile gobuster.
PS: You need at least go 1.17.0 to compile gobuster.

## Building From Source

Since this tool is written in [Go](https://golang.org/) you need to install the Go language/compiler/etc. Full details of installation and set up can be found [on the Go language website](https://golang.org/doc/install). Once installed you have two options. You need at least go 1.16.0 to compile gobuster.
Since this tool is written in [Go](https://golang.org/) you need to install the Go language/compiler/etc. Full details of installation and set up can be found [on the Go language website](https://golang.org/doc/install). Once installed you have two options. You need at least go 1.17.0 to compile gobuster.

### Compiling

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ require (
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
)

go 1.16
go 1.17

0 comments on commit be543c2

Please sign in to comment.