Skip to content

Commit

Permalink
fix: use go 1.16 in conformity suite
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 8, 2021
1 parent 756f19f commit 3fbda05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/oidc-conformity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
- uses: actions/setup-go@v2
with:
go-version: '^1.16.1
- name: Start service
run: ./test/conformance/start.sh
- name: Run tests
Expand Down

0 comments on commit 3fbda05

Please sign in to comment.