Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
67be40ad0d | |||
8febe20c2a | |||
86ce64c8d1 |
@@ -2,8 +2,9 @@ name: "test"
|
||||
run-name: "test"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- "v*"
|
||||
- "!v*-beta*"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
@@ -1,4 +1,5 @@
|
||||
# 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).
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user