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

Removed submodules, updated dependencies, msig-alias removal indexing #68

Draft
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

evlekht
Copy link
Member

@evlekht evlekht commented Aug 19, 2024

  • Replaced caminogo and caminoethvm submodule dependencies with normal go mod references.
  • Updated caminoethvm and caminogo to latest dev.
  • Updated golang from 1.18 to 1.19 in Dockerfile and ci.yml.
  • Updated golangci lint.
  • Added msig-alias removal indexing.

@evlekht evlekht force-pushed the evlekht/msig-alias-removal branch from 9f985c7 to 26adb8f Compare August 19, 2024 17:46
@evlekht evlekht force-pushed the evlekht/msig-alias-removal branch from 811f0db to 00ae357 Compare August 19, 2024 18:09
- name: Submodules
run: git submodule update --init --recursive
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did you remove this action? it installs golangci-lint.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because its also run from sh script. And I'd prefer to run it in sh script, cause we can add other linters in that script (like in caminogo)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants