Bump Go version to support Time.UnixMicro

This commit is contained in:
Kenneth Watson 2022-08-13 12:31:29 +08:00 committed by Buckaroo Banzai
parent 84253939c4
commit 9943d62dc4
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3.0.0
with:
go-version: 1.16
go-version: 1.18
- name: Set up nodejs
uses: actions/setup-node@v3

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3.0.0
with:
go-version: '1.16'
go-version: '1.18'
- name: test
run: go test ./... -coverprofile=profile.cov