Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
67be40ad0d | |||
8febe20c2a | |||
86ce64c8d1 |
@@ -2,8 +2,9 @@ name: "test"
|
|||||||
run-name: "test"
|
run-name: "test"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- master
|
- "v*"
|
||||||
|
- "!v*-beta*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
# install-go
|
# install-go
|
||||||
|
 <br />
|
||||||
An extremely simple github action to install golang and golang commands (using "go install") on linux hosts. This provides the ability to install and setup golang without node/typescript which is required when using [actions/setup-go](https://github.com/actions/setup-go).
|
An extremely simple github action to install golang and golang commands (using "go install") on linux hosts. This provides the ability to install and setup golang without node/typescript which is required when using [actions/setup-go](https://github.com/actions/setup-go).
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user