mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
Update go.yml
This commit is contained in:
parent
95e6af18b2
commit
155889b103
9
.github/workflows/go.yml
vendored
9
.github/workflows/go.yml
vendored
@ -13,7 +13,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Setup Node
|
||||||
|
run: |
|
||||||
|
apt-get install npm
|
||||||
|
npm install --global yarn
|
||||||
|
npm install -g n
|
||||||
|
n stable
|
||||||
|
|
||||||
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.17.5
|
go-version: 1.17.5
|
||||||
|
Loading…
Reference in New Issue
Block a user