-
Notifications
You must be signed in to change notification settings - Fork 2
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
deps: update various dependencies #56
Conversation
- Extracted version numbers as environment variables in order to make obsolete version easily findable. - Install mockgen, which is used while building, explicitly - Update dependencies - golangci-lint 1.54.2 from 1.52.2 - goimports: 0.12.0 from 0.1.4
https://github.com/uber-go/mock takes over development of https://github.com/golang/mock/. References: - golang/go#61017
…ng "install-dev-deps"
Back to draft status as we got https://github.com/soracom/soratun/actions/runs/6083326798/job/16503424618#step:5:5 |
- make: remove error while running test ``` /__w/_temp/0ad62771-86eb-4485-89d6-0fe3f771f040.sh: line 1: make: not found ``` - tar: remove warnings while running golangci-lint
4d2469f solved the testing issue. Make it ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems nice, thanks.
install-dev-deps
targetWill tag it as v1.2.6 once I get approval.
Closes: #46 #50 #53 #54