Skip to content

Commit 632f1e9

Browse files
author
Randall C. O'Reilly
committed
revert testHi so that the CI tests work -- ubutntu-latest still has earlier python version. update CI to use latest 18, 19 versions
1 parent e3bed17 commit 632f1e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Build
2323
strategy:
2424
matrix:
25-
go-version: [1.16.x, 1.15.x]
25+
go-version: [1.19.x, 1.18.x]
2626
platform: [ubuntu-latest]
2727
#platform: [ubuntu-latest, macos-latest, windows-latest]
2828
runs-on: ${{ matrix.platform }}

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ caught: can't work for 24 hours!
216216
--- p.Salary(24): caught: can't work for 24 hours!
217217
--- Person.__init__
218218
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'>
220220
*ERROR* no exception raised!
221221
hi.Person{Name="name", Age=0}
222222
hi.Person{Name="name", Age=42}

0 commit comments

Comments
 (0)