Skip to content

Commit

Permalink
update go version of unitests to 19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarom Swisa authored and Yarom Swisa committed Aug 1, 2023
1 parent ddb18aa commit 1395a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/consensus_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fetch-depth: '0'
- uses: actions/setup-go@v3
with:
go-version: 1.18.2
go-version: 1.19.1


# Setup Paths
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/protocol_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fetch-depth: '0'
- uses: actions/setup-go@v3
with:
go-version: 1.18.2
go-version: 1.19.1


# Setup Paths
Expand Down

0 comments on commit 1395a59

Please sign in to comment.