Skip to content

Commit

Permalink
.github/workflows: update Go version in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fzipp committed Dec 3, 2022
1 parent 62aa1f8 commit bd5027b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...

0 comments on commit bd5027b

Please sign in to comment.