Skip to content

Commit 6855667

Browse files
committed
Update actions/setup-go action to v5
1 parent 19222e5 commit 6855667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515

1616
- name: Set up Go 1.x
17-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
1818
with:
1919
go-version: ^1.15
2020
id: go

0 commit comments

Comments
 (0)