Skip to content

Commit

Permalink
Bump Go version to support Time.UnixMicro
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimpza authored and BuckarooBanzay committed Aug 14, 2022
1 parent 8425393 commit 9943d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/[email protected]
with:
go-version: 1.16
go-version: 1.18

- name: Set up nodejs
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
go-version: '1.16'
go-version: '1.18'

- name: test
run: go test ./... -coverprofile=profile.cov
Expand Down

0 comments on commit 9943d62

Please sign in to comment.