diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f46a74b..77b1d70 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,12 +7,12 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 - - name: Install dependencies - run: make setup - name: Export GOBIN uses: actions/setup-go@v2 with: go-version: 1.16 + - name: Install dependencies + run: make setup - name: Run tests run: make test - name: Build image