Skip to content

Commit caf2997

Browse files
authored
Update workflow (#2)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent 370696b commit caf2997

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030

31-
- name: Set up Go
32-
uses: actions/setup-go@v5
33-
with:
34-
go-version: '^1.24.5' # The Go version to download (if necessary) and use.
35-
3631
- name: Update version
3732
run: |
3833
TAG_NAME=$(echo "${{ steps.create-release.outputs.tag_name }}" | sed "s/v//g")

0 commit comments

Comments
 (0)