mirror of
https://github.com/asmogo/nws.git
synced 2025-01-18 10:01:33 +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
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19
|
||||
go-version: 1.21
|
||||
- name: Golang run tests
|
||||
run: go test -coverprofile=coverage.txt -covermode=atomic -v ./...
|
||||
- uses: codecov/codecov-action@v3
|
||||
|
Loading…
Reference in New Issue
Block a user