Skip to content

Commit 6fec425

Browse files
committed
Update actions/setup-go action to v5
1 parent 5094686 commit 6fec425

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
@@ -23,7 +23,7 @@ jobs:
2323
cache: 'yarn'
2424

2525
- name: Setup Go environment
26-
uses: actions/setup-go@v3
26+
uses: actions/setup-go@v5
2727
with:
2828
go-version: '1.24.2'
2929

0 commit comments

Comments
 (0)