added go version
This commit is contained in:
parent
f3738a3f07
commit
b9fc19c733
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build-test.yml
vendored
5
.github/workflows/build-test.yml
vendored
|
|
@ -8,5 +8,10 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: [ self-hosted ]
|
runs-on: [ self-hosted ]
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Set up Go
|
||||||
|
uses: actions/setup-go@v2
|
||||||
|
with:
|
||||||
|
go-version: 1.18.3
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v ./...
|
run: go test -v ./...
|
||||||
Loading…
Add table
Add a link
Reference in a new issue