Skip to content

Commit

Permalink
Revert back to Go 1.22.6
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Lacal <[email protected]>
  • Loading branch information
EnriqueL8 committed Oct 2, 2024
1 parent c30700a commit 4d72731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.23"
go-version: "1.22"
- name: Compile FireFly CLI
run: make
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

module github.com/hyperledger/firefly-cli

go 1.23
go 1.22

toolchain go1.23
toolchain go1.22.6

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

0 comments on commit 4d72731

Please sign in to comment.