Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 7d273de

Browse files
committed
update actions/setup-go to v5
1 parent fd4075c commit 7d273de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/pre-test/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
runs:
22
using: composite
33
steps:
4-
- uses: actions/setup-go@v3
4+
- uses: actions/setup-go@v5
5+
with:
6+
go-version: '>=1.22'

0 commit comments

Comments
 (0)