Skip to content

Commit

Permalink
Fix issue with test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-semenyuk committed Sep 23, 2024
1 parent a4ceba9 commit ec242da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22"
go-version: "1.22.2"
- name: Compile FireFly CLI
run: make
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22"
go-version: "1.22.2"

- name: Compile FireFly CLI
working-directory: firefly-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22"
go-version: "1.22.2"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@

module github.com/hyperledger/firefly-cli

go 1.22

toolchain go1.22.0
go 1.22.2

require (
blockwatch.cc/tzgo v1.17.4
Expand Down

0 comments on commit ec242da

Please sign in to comment.