File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
name : Check Go Dependencies
3
3
4
4
env :
5
- # See: https://github.com/actions/setup-go/tree/v3#readme
5
+ # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
6
GO_VERSION : " 1.16"
7
7
8
8
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
Original file line number Diff line number Diff line change 2
2
name : Check Go
3
3
4
4
env :
5
- # See: https://github.com/actions/setup-go/tree/v3#readme
5
+ # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
6
GO_VERSION : " 1.16"
7
7
8
8
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@v3
21
21
22
22
- name : Install Python
23
- uses : actions/setup-python@v3
23
+ uses : actions/setup-python@v4
24
24
with :
25
25
python-version : " 3.9"
26
26
Original file line number Diff line number Diff line change 2
2
name : Test Go
3
3
4
4
env :
5
- # See: https://github.com/actions/setup-go/tree/v3#readme
5
+ # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
6
GO_VERSION : " 1.16"
7
7
8
8
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
You can’t perform that action at this time.
0 commit comments