Skip to content

Commit

Permalink
fix: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
budougumi0617 committed Sep 2, 2024
1 parent b5bab8a commit 46f9f3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@4
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
Expand All @@ -18,4 +18,3 @@ jobs:
run: go mod download
- name: Run tests
run: go test -v -covermode=atomic

0 comments on commit 46f9f3e

Please sign in to comment.