Skip to content

Commit aac636b

Browse files
committed
test: update yaegi to v0.15.1 (traefik v2.10.0)
Signed-off-by: nscuro <nscuro@protonmail.com>
1 parent 1d8cffa commit aac636b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Go
1919
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
2020
with:
21-
go-version: "1.19"
21+
go-version: "1.20"
2222
- name: Checkout Repository
2323
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2424
- name: Run golangci-lint
@@ -42,11 +42,11 @@ jobs:
4242
- name: Setup Go
4343
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
4444
with:
45-
go-version: "1.19"
45+
go-version: "1.20"
4646
- name: Install yaegi
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.2
50+
curl -sfL https://raw.githubusercontent.com/traefik/yaegi/master/install.sh | bash -s -- -b "$HOME/.local/bin" v0.15.1
5151
- name: Test
5252
run: make test-yaegi

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
2222
with:
23-
go-version: "1.19"
23+
go-version: "1.20"
2424
- name: Install cyclonedx-gomod
2525
uses: CycloneDX/gh-gomod-generate-sbom@efc74245d6802c8cefd925620515442756c70d8f # v2
2626
with:

0 commit comments

Comments
 (0)