Skip to content

Commit 295ee6b

Browse files
committed
Remove go 1.14.x from CI
1 parent 99ff9c0 commit 295ee6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
strategy:
66
matrix:
7-
go-version: [1.14.x, 1.15.x]
7+
go-version: [1.15.x]
88
os: [ubuntu-latest, macos-latest, windows-latest]
99

1010
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)