Skip to content

Commit 45de010

Browse files
fix: update go-build-release workflow to version 3
Signed-off-by: Alex Lovell-Troy <alovelltroy@lanl.gov>
1 parent 84f3488 commit 45de010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions: write-all # Necessary for the generate-build-provenance action with
1010

1111
jobs:
1212
release:
13-
uses: OpenCHAMI/github-actions/workflows/go-build-release.yml@v2
13+
uses: OpenCHAMI/github-actions/.github/workflows/go-build-release.yml@v3
1414
with:
1515
cgo-enabled: "1"
1616
pre-build-commands: |

0 commit comments

Comments
 (0)