deps: bump go.mod to go1.18 (#1088)

* deps: bump go.mod to go1.18

* deps: go mod tidy

* docs: update Go version requirement

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
此提交包含在:
Ryan
2022-03-30 19:06:04 +02:00
提交者 GitHub
父節點 8d41f7aa6b
當前提交 48db7d9c9d
共有 3 個檔案被更改,包括 50 行新增576 行删除

查看文件

@@ -102,7 +102,7 @@ nix-shell -p act
### [Go](https://golang.org) (Linux/Windows/macOS/any other platform supported by Go)
If you have Go 1.16+, you can install latest released version of `act` directly from source by running:
If you have Go 1.18+, you can install latest released version of `act` directly from source by running:
```sh
go install github.com/nektos/act@latest
@@ -394,7 +394,7 @@ Want to contribute to act? Awesome! Check out the [contributing guidelines](CONT
## Manually building from source
- Install Go tools 1.16+ - (<https://golang.org/doc/install>)
- Install Go tools 1.18+ - (<https://golang.org/doc/install>)
- Clone this repo `git clone git@github.com:nektos/act.git`
- Run unit tests with `make test`
- Build and install: `make install`