Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
iwdgo committed Jan 23, 2023
1 parent 9a8399e commit 5f557be
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Build Go using toolchain on tip
# Build Go from source

A relevant go version must be available.
Currently, tip builds with [Go 1.17.13](https://github.com/golang/go/issues/44505)

Any patch files found using git format will be committed on tip.
Expected file format is from command like [`git format-patch master`](https://git-scm.com/docs/git-format-patch)
Patch files found are committed on tip.
File format is expected to come from command like [`git format-patch master`](https://git-scm.com/docs/git-format-patch)

Usage with `bash`:

```
- name: Build Go from source
uses: iwdgo/gotip-build@v0.1.0
uses: iwdgo/gotip-build@v0.2.1
id: gotip
with:
test_build: true
Expand All @@ -25,5 +25,7 @@ On Windows, using `powershell`:
- name: Build Go from source on Windows
uses: iwdgo/gotip-build@master-windows
id: gotip
with:
test_build: false
```

0 comments on commit 5f557be

Please sign in to comment.