diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 9481f43..d83af27 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -10,6 +10,9 @@ jobs: PUSH: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }} steps: + - name: Checkout code + uses: actions/checkout@v3 + - name: Set up Go uses: actions/setup-go@v3 with: @@ -17,9 +20,6 @@ jobs: cache: true cache-dependency-path: go.sum - - name: Checkout code - uses: actions/checkout@v2 - - name: Environment run: | go version