Browse Source

test with go 1.17

pull/704/head
Arthur Morgan 3 years ago
parent
commit
5e6eff5ffa
  1. 2
      .github/workflows/test.yml

2
.github/workflows/test.yml

@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.16
go-version: ^1.17
- name: Checkout codebase
uses: actions/checkout@v2

Loading…
Cancel
Save