Skip to content

Commit cb54482

Browse files
authored
Add 1.18.x and 1.19.x unit tests (#513)
Signed-off-by: aimuz <[email protected]> Signed-off-by: aimuz <[email protected]>
1 parent 001ba37 commit cb54482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
go: [ '1.15.x', '1.16.x', '1.17.x' ]
37+
go: [ '1.17.x', '1.18.x', '1.19.x' ]
3838
platform: [ubuntu-latest, macos-latest]
3939
steps:
4040
- name: Checkout code into the Go module directory.

0 commit comments

Comments
 (0)