From aa7aab34eceac66cc211862a9790ae080a167d5a Mon Sep 17 00:00:00 2001 From: mjsmagalhaes Date: Wed, 22 Feb 2023 11:06:15 -0300 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 4 ++++ 1 file changed, 4 insertions(+) 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