Skip to content

Commit

Permalink
Update github workflow go test to setup go 1.14 (#31)
Browse files Browse the repository at this point in the history
Since unit tests break for go 1.15
  • Loading branch information
navidshaikh authored Dec 8, 2020
1 parent 700690f commit ab40d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/knative-go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Unit Tests
strategy:
matrix:
go-version: [1.15.x]
go-version: [1.14.x]
platform: [ubuntu-latest]

runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit ab40d9d

Please sign in to comment.