Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Commit a90d1f8

Browse files
author
Janos Pasztor
committed
Changed Go version
1 parent 5cab905 commit a90d1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v2
1414
with:
15-
go-version: 1.14
15+
go-version: 1.16
1616
- name: Run go tests
1717
run: go test -cover -p 1 -v ./...

0 commit comments

Comments
 (0)