Julien Robert
819330872c
build(deps): use Go 1.23 instead of Go 1.22 ( #21280 )
2024-08-15 08:43:08 +00:00
Julien Robert
6d96e1dec3
ci: bump go to 1.22 ( #19396 )
...
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-23 10:22:37 +00:00
dependabot[bot]
c5826868d4
build(deps): Bump actions/dependency-review-action from 3 to 4 ( #19111 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-19 09:17:42 +00:00
dependabot[bot]
14bb52ad92
build(deps): Bump actions/setup-go from 4 to 5 ( #18647 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-07 09:48:43 +00:00
dependabot[bot]
e557c06d8a
build(deps): Bump actions/checkout from 3 to 4 ( #17618 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 07:16:53 +00:00
Julien Robert
f0030e0e6d
build: bump to Go 1.21 ( #17333 )
2023-08-18 09:58:46 +00:00
Julien Robert
02b7607768
feat(auth,client/v2): add validator address codec ( #16768 )
2023-06-30 09:44:28 +00:00
dependabot[bot]
8ced14d6fa
build(deps): Bump github.com/cometbft/cometbft from 0.38.0-alpha.2 to 0.38.0-rc1 ( #16434 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-06 22:03:06 +00:00
Julien Robert
1d3193cba4
ci: bump go in CI ( #16049 )
2023-05-06 16:50:34 +00:00
Julien Robert
d7c8353989
ci: add merge_queue trigger for required workflows ( #15847 )
2023-04-14 15:54:48 +00:00
Mark Rushakoff
300a466eaa
ci: ensure checkout action happens before setup-go ( #15798 )
2023-04-11 21:08:46 +00:00
Julien Robert
3f3beb319e
ci: bump go version ( #15716 )
2023-04-06 09:55:19 +02:00
dependabot[bot]
988a71b5ea
build(deps): Bump actions/setup-go from 3 to 4 ( #15405 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 17:47:28 +00:00
dependabot[bot]
1e73883f66
build(deps): Bump google.golang.org/protobuf from 1.28.2-0.20230222093303-bc1253ad3743 to 1.29.0 ( #15307 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-03-08 20:33:15 +00:00
dependabot[bot]
77d347b482
build(deps): Bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.0 and go version to 1.20.1 ( #15051 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-02-17 12:17:24 +00:00
Julien Robert
ad847c4e4d
build(deps): bump Go to v1.20 on SDK, simapp and standalone modules ( #14979 )
2023-02-09 11:56:07 -05:00
Julien Robert
a21ce7dee3
ci: add goreleaser for rosetta and add go cache ( #14190 )
...
* chore: add goreleaser for rosetta and add go cache
* updates
* don't fetch too much
2022-12-07 11:51:58 +00:00
Emmanuel T Odeke
bcfb7dc330
build: Makefile: add Go vulnerability checker ( #14028 )
...
* build: Makefile: add Go vulnerability checker
Adds the Go vulnerability checker to the Makefile as a directive
dependency to the all directive to ensure that we get security
updates scalably.
* add gh action
* bump to 1.19.3 due to vulnerabilities
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-12-02 11:31:02 +00:00
dependabot[bot]
d725be5915
build(deps): Bump actions/dependency-review-action from 2 to 3 ( #13839 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 2 to 3.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](https://github.com/actions/dependency-review-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-11 17:16:08 +01:00
Julien Robert
fc38dc277a
ci: bump go and remove buildjet ( #13674 )
2022-10-27 15:55:23 +02:00
Julien Robert
9bae8a817f
build(deps): bump go minimum version to go 1.19 ( #13397 )
2022-09-27 21:02:02 +02:00
Julien Robert
555d774c73
ci: further improve gh actions ( #13361 )
2022-09-23 11:33:38 -05:00
Matt Kocubinski
184235e1a8
refactor: create go.mod for simapp ( #13130 )
...
* Add go.mod for simapp
* creating dep check script
* new version of cosmos-sdk
* tests/ must be a module also if it is to test simapp
* maybe add a github action which should fail
* mv tests/mocks -> testutil/mock
* Refactor usages of tests/mocks
* update build command
* fix rosetta tests
* go mod tidy
* use cosmossdk.io/simapp
* Update sim entrypoints
* use simapp as a module
* go mod tidy
* Add replaced for vuln package
* fix vuln dep
* this CI run should fail
* this CI run should succeed
* use absolute path in makefile
2022-09-07 18:14:22 +00:00
dependabot[bot]
0f12dc17f4
build(deps): Bump actions/dependency-review-action from 1 to 2 ( #12265 )
2022-06-15 18:14:03 +02:00
Julien Robert
b571949bc5
ci: add dependencies review github action ( #11575 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2022-04-08 12:26:35 +02:00