File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
- name : Setup Go
19
19
uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
20
20
with :
21
- go-version : " 1.19 "
21
+ go-version : " 1.20 "
22
22
- name : Checkout Repository
23
23
uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
24
24
- name : Run golangci-lint
@@ -42,11 +42,11 @@ jobs:
42
42
- name : Setup Go
43
43
uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
44
44
with :
45
- go-version : " 1.19 "
45
+ go-version : " 1.20 "
46
46
- name : Install yaegi
47
47
run : |
48
48
mkdir -p "$HOME/.local/bin"
49
49
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
51
51
- name : Test
52
52
run : make test-yaegi
Original file line number Diff line number Diff line change 20
20
- name : Set up Go
21
21
uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
22
22
with :
23
- go-version : " 1.19 "
23
+ go-version : " 1.20 "
24
24
- name : Install cyclonedx-gomod
25
25
uses : CycloneDX/gh-gomod-generate-sbom@efc74245d6802c8cefd925620515442756c70d8f # v2
26
26
with :
You can’t perform that action at this time.
0 commit comments