Skip to content

Commit 362f220

Browse files
committed
Drop Go 1.15 from unit tests
1 parent 9da4e85 commit 362f220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
go: [1.15, 1.16]
10+
go: [1.16]
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
make_target: [test]
1313

1414
steps:
1515
- name: Set up Go
16-
uses: actions/setup-go@v2.1.3
16+
uses: actions/setup-go@v2
1717
with:
1818
go-version: ${{ matrix.go }}
1919
id: go

0 commit comments

Comments
 (0)