update go versions
This commit is contained in:
parent
9371e1efb7
commit
92ecab7c44
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3.0.0
|
uses: actions/setup-go@v3.0.0
|
||||||
with:
|
with:
|
||||||
go-version: 1.16
|
go-version: 1.17
|
||||||
|
|
||||||
- name: Set up nodejs
|
- name: Set up nodejs
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
|
6
.github/workflows/go-test.yml
vendored
6
.github/workflows/go-test.yml
vendored
@ -11,10 +11,12 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-go@v3.0.0
|
- uses: actions/setup-go@v3.0.0
|
||||||
with:
|
with:
|
||||||
go-version: '1.16'
|
go-version: '1.17'
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: go test ./... -coverprofile=profile.cov
|
run: |
|
||||||
|
cd public && npm ci && cd ..
|
||||||
|
go test ./... -coverprofile=profile.cov
|
||||||
|
|
||||||
- uses: shogo82148/actions-goveralls@v1.6.0
|
- uses: shogo82148/actions-goveralls@v1.6.0
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user