File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2828 xcrun --show-sdk-version
2929 - uses : actions/setup-go@v3
3030 with :
31- go-version : 1.19 .x
31+ go-version : 1.20 .x
3232 - uses : actions/checkout@v3
3333 with :
3434 fetch-depth : 1
5151 path : _artifacts/
5252 - uses : actions/setup-go@v3
5353 with :
54- go-version : 1.19 .x
54+ go-version : 1.20 .x
5555 - name : Install gcc-aarch64-linux-gnu
5656 run : |
5757 sudo apt-get update
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515 steps :
1616 - uses : actions/setup-go@v3
1717 with :
18- go-version : 1.19 .x
18+ go-version : 1.20 .x
1919 - uses : actions/checkout@v3
2020 with :
2121 fetch-depth : 1
2222 - name : Run golangci-lint
23- uses : golangci/golangci-lint-action@v3
23+ uses : golangci/golangci-lint-action@v3.4.0
2424 with :
25- version : v1.49.0
25+ version : v1.51.1
2626 args : --verbose
2727 - name : Run yamllint
2828 run : yamllint .
5656 steps :
5757 - uses : actions/setup-go@v3
5858 with :
59- go-version : 1.19 .x
59+ go-version : 1.20 .x
6060 - uses : actions/checkout@v3
6161 with :
6262 fetch-depth : 1
7777 steps :
7878 - uses : actions/setup-go@v3
7979 with :
80- go-version : 1.19 .x
80+ go-version : 1.20 .x
8181 - uses : actions/checkout@v3
8282 with :
8383 fetch-depth : 1
@@ -143,7 +143,7 @@ jobs:
143143 steps :
144144 - uses : actions/setup-go@v3
145145 with :
146- go-version : 1.19 .x
146+ go-version : 1.20 .x
147147 - uses : actions/checkout@v3
148148 with :
149149 fetch-depth : 1
@@ -216,7 +216,7 @@ jobs:
216216 steps :
217217 - uses : actions/setup-go@v3
218218 with :
219- go-version : 1.19 .x
219+ go-version : 1.20 .x
220220 - uses : actions/checkout@v3
221221 with :
222222 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments