Skip to content

Commit fc32a1a

Browse files
committed
chore(actions): remove go v1.13.x usage
1 parent e63c3cf commit fc32a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu-latest, macOS-latest, windows-latest]
34-
go_version: [1.13.x, 1.14.x, 1.15.x]
34+
go_version: [1.14.x, 1.15.x]
3535
runs-on: ${{ matrix.os }}
3636
steps:
3737
- name: Install Go ${{ matrix.go }}

0 commit comments

Comments
 (0)