From 164d776c50889eea44bf4383ab689887cb1ed544 Mon Sep 17 00:00:00 2001 From: Sashwat K Date: Fri, 14 Jun 2024 23:53:42 +0530 Subject: [PATCH] fix: actions --- .github/workflows/update_go_modules.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_go_modules.yml b/.github/workflows/update_go_modules.yml index 756def4..6aa8c22 100644 --- a/.github/workflows/update_go_modules.yml +++ b/.github/workflows/update_go_modules.yml @@ -26,6 +26,9 @@ jobs: with: go-version: '^1.17' + - name: Save current go.mod + run: cp go.mod go.mod.bak + - name: Get current Go version id: get_current_go_version run: | @@ -82,5 +85,4 @@ jobs: branch: ${{ env.BRANCH_NAME }} base: main title: Update Go modules and Go version - body: Update Go and Go modules - labels: go-modules, automated-update \ No newline at end of file + labels: go-modules, automated-update