Skip to content

Commit

Permalink
update go mod to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
RnkSngh committed Sep 27, 2024
1 parent e33ddbf commit 79c24cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ jobs:
- name: Install Bun
uses: oven-sh/setup-bun@v2

# Ensure /v3 is updated as the major version changes
# Ensure /v4 is updated as the major version changes
- name: Update Go Registry
run: |
GOPROXY=proxy.golang.org go list \
-m github.com/open-ibc/vibc-core-smart-contracts/v3@${{ steps.version.outputs.release }}
-m github.com/open-ibc/vibc-core-smart-contracts/v4@${{ steps.version.outputs.release }}
- name: Update NPM Registry
run: |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/open-ibc/vibc-core-smart-contracts/v3
module github.com/open-ibc/vibc-core-smart-contracts/v4

go 1.21

Expand Down

0 comments on commit 79c24cb

Please sign in to comment.