diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index bb2fec5e..439fe706 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version-file: 'go.mod' + go-version-file: 'go/go.mod' - name: build run: make build test: @@ -26,6 +26,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version-file: 'go.mod' + go-version-file: 'go/go.mod' - name: Unit tests run: make test diff --git a/.github/workflows/code-scan.yml b/.github/workflows/code-scan.yml index 4ae9ae78..ccf05eda 100644 --- a/.github/workflows/code-scan.yml +++ b/.github/workflows/code-scan.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version-file: 'go.mod' + go-version-file: 'go/go.mod' - name: golang-lint run: make lint license: