Skip to content

Commit 87ffa02

Browse files
committed
bump go version in draft_release action
1 parent 4b91620 commit 87ffa02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/draft_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: '^1.18'
22+
go-version: '^1.24'
2323
# - name: generate release notes
2424
# run: |
2525
# make release-notes

0 commit comments

Comments
 (0)