diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a275c8e..9a0c85a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,11 +7,6 @@ on: branches: [ develop, master ] jobs: - setup: - runs-on: int-runner-set - container: - image: ci-image:v1.0.0 - options: --user 1001 build: name: Build runs-on: ubuntu-latest @@ -29,6 +24,8 @@ jobs: go-version: ${{ matrix.go-version }} - name: Check out code into the Go module directory uses: actions/checkout@v4 + - name: Set up git ownershi + run: git config --system --add safe.directory /__w/agent/agent - name: Get dependencies run: cd machinery && go mod download - name: Build