diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/release.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1a2be8..0c5912f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,9 @@ jobs: env: GOARCH: amd64 steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Set up Go 1.17 uses: actions/setup-go@v2 with: @@ -50,9 +53,6 @@ jobs: restore-keys: | ${{ runner.os }}-go- - - name: Checkout - uses: actions/checkout@v2 - - name: Build run: go build -v ./... |