Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smartcontract: fix go version mismatch in TestContractInitAndCompile #3318

Merged
merged 2 commits into from
Feb 19, 2024

Commits on Feb 19, 2024

  1. smartcontract: fix go version mismatch in TestContractInitAndCompile

    Needs to updated dependencies inside the test for go1.18 and higher to
    match with interop module.
    
    Close #3152
    
    Signed-off-by: Ekaterina Pavlova <[email protected]>
    AliceInHunterland committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5d425a6 View commit details
    Browse the repository at this point in the history
  2. *: update go.mod

    According to https://go.dev/doc/modules/gomod-ref go version should be
    placed before `require` section.
    
    Signed-off-by: Ekaterina Pavlova <[email protected]>
    AliceInHunterland committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5128b84 View commit details
    Browse the repository at this point in the history