Skip to content

Commit

Permalink
fix: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashwat-K committed Jun 14, 2024
1 parent 6943e02 commit 164d776
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update_go_modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
labels: go-modules, automated-update

0 comments on commit 164d776

Please sign in to comment.