Browse Source

change go version. try to fix golint

pull/336/head
yedf2 4 years ago
parent
commit
a49b372d9c
  1. 4
      .github/workflows/tests.yml

4
.github/workflows/tests.yml

@ -46,10 +46,10 @@ jobs:
ports:
- 27017:27017
steps:
- name: Set up Go 1.16
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.18'
- name: Check out code
uses: actions/checkout@v2

Loading…
Cancel
Save