Skip to content

Commit 79c24cb

Browse files
committed
update go mod to v4
1 parent e33ddbf commit 79c24cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ jobs:
106106
- name: Install Bun
107107
uses: oven-sh/setup-bun@v2
108108

109-
# Ensure /v3 is updated as the major version changes
109+
# Ensure /v4 is updated as the major version changes
110110
- name: Update Go Registry
111111
run: |
112112
GOPROXY=proxy.golang.org go list \
113-
-m github.com/open-ibc/vibc-core-smart-contracts/v3@${{ steps.version.outputs.release }}
113+
-m github.com/open-ibc/vibc-core-smart-contracts/v4@${{ steps.version.outputs.release }}
114114
115115
- name: Update NPM Registry
116116
run: |

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/open-ibc/vibc-core-smart-contracts/v3
1+
module github.com/open-ibc/vibc-core-smart-contracts/v4
22

33
go 1.21
44

0 commit comments

Comments
 (0)