diff --git a/.github/workflows/multi_build.yml b/.github/workflows/multi_build.yml index a6c3540ea..f13e37817 100644 --- a/.github/workflows/multi_build.yml +++ b/.github/workflows/multi_build.yml @@ -17,7 +17,6 @@ jobs: go-version-file: go.mod cache-dependency-path: | go.sum - **/go.sum - name: Build run: make build-linux - name: Scan Third Party Dependency Licenses @@ -36,7 +35,6 @@ jobs: check-latest: true cache-dependency-path: | go.sum - **/go.sum - name: Build run: make build-darwin - name: Scan Third Party Dependency Licenses @@ -55,7 +53,6 @@ jobs: check-latest: true cache-dependency-path: | go.sum - **/go.sum - name: Build run: make build-windows - name: Scan Third Party Dependency Licenses diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index daa85948d..2032c808d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,6 @@ jobs: go-version-file: go.mod cache-dependency-path: | go.sum - **/go.sum - name: Run Tests run: make test - name: Run Updater Integration Tests (non-linux)