From f8b6b4aceafd476289b3f2472f037aecaedc682a Mon Sep 17 00:00:00 2001 From: Agnes-George1 Date: Mon, 1 Dec 2025 14:32:22 +0530 Subject: [PATCH] Revert "edit gin.yml to checkout, setup go, cache" This reverts commit a61c9c6f6da99c3797bb4e7c5bb38b9435b1460a. --- .github/workflows/gin.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gin.yml b/.github/workflows/gin.yml index d0aa6eff..8bca364d 100644 --- a/.github/workflows/gin.yml +++ b/.github/workflows/gin.yml @@ -54,17 +54,17 @@ jobs: TESTTAGS: ${{ matrix.test-tags }} GOPROXY: https://proxy.golang.org steps: - - name: Checkout Code - uses: actions/checkout@v5 - with: - ref: ${{ github.ref }} - - name: Set up Go ${{ matrix.go }} uses: actions/setup-go@v6 with: go-version: ${{ matrix.go }} cache: false + - name: Checkout Code + uses: actions/checkout@v5 + with: + ref: ${{ github.ref }} + - uses: actions/cache@v4 with: path: |