Skip to content

Commit 860923e

Browse files
SK-1816 updated module path go mod file
1 parent 972a179 commit 860923e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: 'Run Tests'
4747
run: |
48-
CRED_FILE_PATH=../../credentials.json VALID_CREDS_PVT_KEY=${{secrets.VALID_CREDS_PVT_KEY}} go test $(go list ./... | grep -v -e "internal/generated") -coverprofile=coverage.out
48+
CRED_FILE_PATH=../credentials.json VALID_CREDS_PVT_KEY=${{secrets.VALID_CREDS_PVT_KEY}} go test $(go list ./... | grep -v -e "internal/generated") -coverprofile=coverage.out
4949
5050
- name: Codecov
5151
uses: codecov/[email protected]

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: 'Setup .env'
5757
run: |
5858
touch .env
59-
echo CRED_FILE_PATH=../../credentials.json >> .env
59+
echo CRED_FILE_PATH=../credentials.json >> .env
6060
echo VALID_CREDS_PVT_KEY=${{secrets.VALID_CREDS_PVT_KEY}} >> .env
6161
6262
- name: Build

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/skyflowapi/skyflow-go
1+
module github.com/skyflowapi/skyflow-go/v2
22

33
go 1.22.0
44

0 commit comments

Comments
 (0)