Skip to content

Commit

Permalink
build: test against yaegi v0.13.0 (traefik v2.7.2)
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro committed Jun 27, 2022
1 parent 2ba1f6e commit b62e684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
with:
go-version: "1.17"
- name: Install yaegi
run: go install -v github.com/traefik/yaegi/cmd/yaegi@v0.11.3
run: go install -v github.com/traefik/yaegi/cmd/yaegi@v0.13.0
- name: Test
run: make test-yaegi

0 comments on commit b62e684

Please sign in to comment.