1
0
mirror of https://github.com/fzipp/gocyclo.git synced 2025-02-06 13:49:43 +00:00

.github/workflows: update Go version in build.yml

This commit is contained in:
Frederik Zipp 2022-12-03 11:59:19 +01:00
parent 62aa1f84d9
commit bd5027b8d0

View File

@ -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 ./...