Skip to content

Commit

Permalink
tests used old go version (#1596)
Browse files Browse the repository at this point in the history
Signed-off-by: Sandor Szuecs <[email protected]>
  • Loading branch information
szuecs authored Nov 11, 2020
1 parent 00bbb80 commit b407c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2-beta
with:
go-version: '^1.14'
go-version: '^1.15'
- run: go version
- run: sudo apt-get install redis-server
- run: make deps
Expand Down

0 comments on commit b407c0e

Please sign in to comment.