File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
name : Build
23
23
strategy :
24
24
matrix :
25
- go-version : [1.16 .x, 1.15 .x]
25
+ go-version : [1.19 .x, 1.18 .x]
26
26
platform : [ubuntu-latest]
27
27
# platform: [ubuntu-latest, macos-latest, windows-latest]
28
28
runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ caught: can't work for 24 hours!
216
216
--- p.Salary(24): caught: can't work for 24 hours!
217
217
--- Person.__init__
218
218
caught: argument 2 must be str, not int | err-type: <class 'TypeError'>
219
- caught: 'str' object cannot be interpreted as an integer | err-type: <class 'TypeError'>
219
+ caught: an integer is required (got type str) | err-type: <class 'TypeError'>
220
220
*ERROR* no exception raised!
221
221
hi.Person{Name="name", Age=0}
222
222
hi.Person{Name="name", Age=42}
You can’t perform that action at this time.
0 commit comments