Skip to content

Commit

Permalink
Fix test workflow failure
Browse files Browse the repository at this point in the history
onsi/gomega#467 broke the tests here.

See discussion: onsi/gomega#488

Upgrading the go version fixes the issue.
  • Loading branch information
ngfgrant committed Mar 29, 2023
1 parent 2636dcf commit f405e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.13.x]
go-version: [1.18.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit f405e82

Please sign in to comment.