File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 24
24
echo "invalid GO version"
25
25
exit 1
26
26
fi
27
- echo "::set-output name= GO_VERSION:: $go_version"
28
- - uses : actions/setup-go@v2
27
+ echo "GO_VERSION= $go_version" >> $GITHUB_OUTPUT
28
+ - uses : actions/setup-go@v3
29
29
with :
30
30
go-version : ${{ steps.get-go-version.outputs.GO_VERSION }}
31
31
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 24
24
echo "invalid GO version"
25
25
exit 1
26
26
fi
27
- echo "::set-output name= GO_VERSION:: $go_version"
28
- - uses : actions/setup-go@v2
27
+ echo "GO_VERSION= $go_version" >> $GITHUB_OUTPUT
28
+ - uses : actions/setup-go@v3
29
29
with :
30
30
go-version : ${{ steps.get-go-version.outputs.GO_VERSION }}
31
31
- uses : actions/checkout@v2
60
60
echo "invalid GO version"
61
61
exit 1
62
62
fi
63
- echo "::set-output name= GO_VERSION:: $go_version"
64
- - uses : actions/setup-go@v2
63
+ echo "GO_VERSION= $go_version" >> $GITHUB_OUTPUT
64
+ - uses : actions/setup-go@v3
65
65
with :
66
66
go-version : ${{ steps.get-go-version.outputs.GO_VERSION }}
67
67
- uses : actions/checkout@v2
96
96
echo "invalid GO version"
97
97
exit 1
98
98
fi
99
- echo "::set-output name= GO_VERSION:: $go_version"
100
- - uses : actions/setup-go@v2
99
+ echo "GO_VERSION= $go_version" >> $GITHUB_OUTPUT
100
+ - uses : actions/setup-go@v3
101
101
with :
102
102
go-version : ${{ steps.get-go-version.outputs.GO_VERSION }}
103
103
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 23
23
echo "invalid GO version"
24
24
exit 1
25
25
}
26
- Write-Output "::set-output name= GO_VERSION_WINDOWS:: $go_version_win"
27
- - uses : actions/setup-go@v2
26
+ Write-Output "GO_VERSION_WINDOWS= $go_version_win" >> $GITHUB_OUTPUT
27
+ - uses : actions/setup-go@v3
28
28
with :
29
29
go-version : ${{ steps.get-go-version.outputs.GO_VERSION_WINDOWS }}
30
30
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments