Skip to content

Commit

Permalink
Fix: Pull requests tests (#288)
Browse files Browse the repository at this point in the history
fixed typo in go-version for the tests
  • Loading branch information
kbudde committed Jul 17, 2022
1 parent 800bb63 commit d5e4fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 8.x
go-version: '1.18'
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: run tests
Expand Down

0 comments on commit d5e4fa9

Please sign in to comment.