File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Set up Go 1.x
21
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # tag=v3.5 .0
21
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0 .0
22
22
with :
23
23
go-version : ' 1.21'
24
24
id : go
Original file line number Diff line number Diff line change 21
21
id : vars
22
22
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
23
23
- name : Set up Go
24
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # tag=v3.5 .0
24
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0 .0
25
25
with :
26
26
go-version : ${{ steps.vars.outputs.go_version }}
27
27
- name : golangci-lint
Original file line number Diff line number Diff line change 21
21
with :
22
22
fetch-depth : 0
23
23
- name : Install go
24
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # tag=v3.5 .0
24
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0 .0
25
25
with :
26
26
go-version : ' ^1.21'
27
27
- name : generate release artifacts
Original file line number Diff line number Diff line change 15
15
- name : Check out code
16
16
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v3.1.0
17
17
- name : Setup go
18
- uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # tag=v3.4 .0
18
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0 .0
19
19
with :
20
20
go-version : 1.21
21
21
- name : Run verify container script
You can’t perform that action at this time.
0 commit comments