Skip to content

Commit 175074f

Browse files
authored
Merge pull request #5782 from damdo/bump-github-action-go-1.24
🌱 github actions: bump to go 1.24
2 parents ac96235 + 17a9871 commit 175074f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: '1.23'
23+
go-version: '1.24'
2424
- name: Set version info
2525
run: |
2626
echo "VERSION=${GITHUB_REF_NAME}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)