Skip to content

Commit 96b35bb

Browse files
Merge pull request #72 from cli/71-fix-failing-workflow-runs-on-mac-for-113-and-115
Only test supported versions 1.21-1.23
2 parents b410b89 + 7a8ae6c commit 96b35bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
go: [ '1.13', '1.15', '1.16', '1.17', '1.18', '1.19' ]
8+
go: [ '1.21', '1.22', '1.23' ]
99
os: [ ubuntu-latest, macos-latest, windows-latest ]
1010
fail-fast: false
11-
11+
1212
name: Test suite
1313
runs-on: ${{ matrix.os }}
1414

0 commit comments

Comments
 (0)