diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e909d4c..e32c29d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,6 +21,10 @@ jobs: uses: actions/setup-go@v3 with: go-version: 1.19 + cache: true + + - name: Install dependencies + run: go get . - name: Build run: go build -v