Skip to content

Commit

Permalink
fix: specify full semantic version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajil1213 committed Sep 1, 2023
1 parent 0cc3b46 commit 1f7afcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/woodcutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
- name: check test coverage
id: coverage ## this step must have id
uses: vladopajic/go-test-coverage@v2
env:
GOTOOLCHAIN: local
with:
config: ./.testcoverage.yml

Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/Rajil1213/woodcutter

go 1.21
toolchain go1.21.0
go 1.21.0

require github.com/stretchr/testify v1.8.4

Expand Down

0 comments on commit 1f7afcf

Please sign in to comment.