From db891f00cb45b19b2edaa8284664bb1ae878fcdc Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Tue, 31 Oct 2023 14:34:09 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82884c4..cf29cfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,8 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.20 + go-version-file: go.mod + cache: true - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: