File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
- name : Checkout Repository
33
33
uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
34
34
- name : Setup Golang Environment
35
- uses : actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v3.3.1
35
+ uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
36
36
with :
37
37
go-version-file : go.mod
38
38
cache : true
49
49
with :
50
50
fetch-depth : 0
51
51
- name : Setup Golang Environment
52
- uses : actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v3.3.1
52
+ uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
53
53
with :
54
54
go-version-file : go.mod
55
55
cache : true
Original file line number Diff line number Diff line change 34
34
id : vars
35
35
run : echo "::set-output name=go_version::$(grep "go 1." go.mod | cut -d " " -f 2)"
36
36
- name : Setup Golang Environment
37
- uses : actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v3.3.1
37
+ uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
38
38
with :
39
39
go-version : ${{ steps.vars.outputs.go_version }}
40
40
- name : Lint Code
You can’t perform that action at this time.
0 commit comments