dependabot[bot]
0630099f4c
build(deps): Bump rtCamp/action-slack-notify from 2.3.1 to 2.3.2 ( #22352 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-24 08:32:11 +00:00
dependabot[bot]
71ac584b38
build(deps): Bump rtCamp/action-slack-notify from 2.3.0 to 2.3.1 ( #22308 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-10-20 11:44:11 +00:00
Alexander Peters
62bf23a5ae
fix(sims): OOM at sim-multi-seed-long run ( #21503 )
2024-09-03 13:41:22 +00:00
Julien Robert
819330872c
build(deps): use Go 1.23 instead of Go 1.22 ( #21280 )
2024-08-15 08:43:08 +00:00
Marko
9a2c5b82ad
ci: remove runsim from ci ( #20702 )
2024-06-18 05:33:30 +00:00
dependabot[bot]
0e1d6203c0
build(deps): Bump rtCamp/action-slack-notify from 2.2.1 to 2.3.0 ( #19790 )
...
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: son trinh <trinhleson2000@gmail.com>
2024-03-20 10:25:55 +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]
d4614a1441
build(deps): Bump actions/cache from 3 to 4 ( #19095 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-18 08:32:30 +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
dependabot[bot]
22cab0d491
build(deps): Bump rtCamp/action-slack-notify from 2.2.0 to 2.2.1 ( #17521 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-24 06:35:14 +00:00
Julien Robert
f0030e0e6d
build: bump to Go 1.21 ( #17333 )
2023-08-18 09:58:46 +00:00
Julien Robert
1d3193cba4
ci: bump go in CI ( #16049 )
2023-05-06 16:50:34 +00:00
Marko
d46328cb8d
fix: slack channel ( #15795 )
2023-04-11 19:39:02 +02: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
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