Skip to content

Commit

Permalink
Merge pull request #6 from jiaohu/fix/ci
Browse files Browse the repository at this point in the history
fix(ci): ci action
  • Loading branch information
jiaohu authored Oct 31, 2022
2 parents d6799f0 + 84e3d95 commit 966414d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
- name: Set up Go 1.8
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: 1.18
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: mod download
run: go mod tidy

- name: Test
run: go test -v .

0 comments on commit 966414d

Please sign in to comment.