Skip to content

Commit b60deef

Browse files
committed
Update actions/setup-go action to v5
1 parent 3e2fbf1 commit b60deef

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
@@ -20,7 +20,7 @@ jobs:
2020
cache: 'yarn'
2121

2222
- name: Setup Go environment
23-
uses: actions/setup-go@v3
23+
uses: actions/setup-go@v5
2424
with:
2525
go-version: '1.24.2'
2626

0 commit comments

Comments
 (0)