mirror of
https://github.com/asmogo/nws.git
synced 2025-01-30 23:01:35 +00:00
update go version for github actions
This commit is contained in:
parent
3283167f6d
commit
72a58bf8f6
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.19
|
go-version: 1.21
|
||||||
- name: Golang run tests
|
- name: Golang run tests
|
||||||
run: go test -coverprofile=coverage.txt -covermode=atomic -v ./...
|
run: go test -coverprofile=coverage.txt -covermode=atomic -v ./...
|
||||||
- uses: codecov/codecov-action@v3
|
- uses: codecov/codecov-action@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user