Skip to content

Commit 468d329

Browse files
committed
Update reference URLs in "Check Go Dependencies" workflow
- Use correct `actions/setup-go` reference for version in use - Update redirecting GitHub docs URL to new location - Configure GitHub docs URL to allow localization where available
1 parent ed64d7a commit 468d329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-go-dependencies-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name: Check Go Dependencies
33

44
env:
5-
# See: https://github.com/actions/setup-go/tree/v2#readme
5+
# See: https://github.com/actions/setup-go/tree/v3#readme
66
GO_VERSION: "1.17"
77

8-
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
8+
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:
1010
push:
1111
paths:

0 commit comments

Comments
 (0)