Skip to content

Commit

Permalink
feat: integrate with 0.52 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Aug 8, 2024
1 parent 3f1dd17 commit 2baa306
Show file tree
Hide file tree
Showing 30 changed files with 962 additions and 8,888 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
check-latest: true
- name: Tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
check-latest: true
- name: Tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
check-latest: true
- name: run linting
run: |
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ go.work
go.work.sum

# Depinject debug file
debug_container.dot
debug_container.dot
debug_container.log
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test-integration:
### Protobuf ###
##################

protoVer=0.14.0
protoVer=0.14.1
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName)

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
> This is an example module for the v0.52.x Cosmos SDK.
> Looking for the v0.50.x example? Check the [v0.50.x branch](https://github.com/cosmosregistry/example/tree/v0.50.x).
# `{Module Name}`

Overview of the module.
Expand Down Expand Up @@ -52,4 +55,4 @@ Acceptance tests.

## Appendix

Supplementary details referenced elsewhere within the spec.
Supplementary details referenced elsewhere within the spec.
Loading

0 comments on commit 2baa306

Please sign in to comment.