Skip to content

Commit c3c2f72

Browse files
author
marcel corso gonzalez
authored
Merge pull request #120 from messagebird/update-test-targets
use newer go versions to run tests
2 parents fae36ee + bd822c2 commit c3c2f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
go-version: [ 1.14.x, 1.15.x, 1.16.x ]
14+
go-version: [ 1.16.x, 1.17.x, 1.18.x]
1515

1616
name: Go ${{ matrix.go-version }}
1717

0 commit comments

Comments
 (0)