Skip to content

Commit c2050c8

Browse files
authored
Update tests.yml
1 parent e60bf50 commit c2050c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
name: run tests with code coverage
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Set up Go 1.13
12+
- name: Set up Go 1.16
1313
uses: actions/setup-go@v1
1414
with:
15-
go-version: 1.13
15+
go-version: 1.16
1616
id: go
1717

1818
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)