Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6b1fd73

Please sign in to comment.