Skip to content

Commit bb15a32

Browse files
authored
Drop old versions (#979)
1 parent 9537be5 commit bb15a32

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
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
17-
go: ['1.12.17', '1.13.15', '1.14.7', '1.15', '1.16', '1.17']
17+
go: ['1.15', '1.16', '1.17']
1818
fail-fast: false
1919
env:
2020
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)