Skip to content

Commit 77dfcc7

Browse files
committed
build: update yaegi to v0.14.2 (traefik 2.8.5)
Signed-off-by: nscuro <[email protected]>
1 parent 5d04e82 commit 77dfcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
run: |
4848
mkdir -p "$HOME/.local/bin"
4949
echo "$HOME/.local/bin" >> $GITHUB_PATH
50-
curl -sfL https://raw.githubusercontent.com/traefik/yaegi/master/install.sh | bash -s -- -b "$HOME/.local/bin" v0.14.1
50+
curl -sfL https://raw.githubusercontent.com/traefik/yaegi/master/install.sh | bash -s -- -b "$HOME/.local/bin" v0.14.2
5151
- name: Test
5252
run: make test-yaegi

0 commit comments

Comments
 (0)