File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
fail-fast : false
21
21
matrix :
22
22
os : [ubuntu-latest, macos-latest, windows-latest]
23
- go : ['1.16 .x', '1.17 .x']
23
+ go : ['1.17 .x', '1.18 .x']
24
24
steps :
25
25
- uses : actions/checkout@v2
26
26
80
80
- run : python ci/download-wasmtime.py
81
81
- uses : actions/setup-go@v2
82
82
with :
83
- go-version : ' 1.17 '
83
+ go-version : ' 1.18 '
84
84
- run : go test -coverprofile cover.out ./...
85
85
- run : go tool cover -html=cover.out -o coverage.html
86
86
- uses : actions/upload-artifact@v1
94
94
- uses : actions/checkout@v2
95
95
- uses : actions/setup-go@v2
96
96
with :
97
- go-version : ' 1.17 '
97
+ go-version : ' 1.18 '
98
98
# https://stackoverflow.com/questions/42510140/check-format-for-continous-integration
99
99
- run : " diff -u <(echo -n) <(gofmt -d ./)"
100
100
You can’t perform that action at this time.
0 commit comments