mirror of
https://github.com/fzipp/gocyclo.git
synced 2025-02-06 10:23:54 +00:00
.github/workflows: update Go version in build.yml
This commit is contained in:
parent
62aa1f84d9
commit
bd5027b8d0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -10,6 +10,6 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.16'
|
||||
go-version: '1.x'
|
||||
- name: Run tests
|
||||
run: go test -cover ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user