File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828 - name : Setup Go environment
2929 uses : actions/setup-go@master
3030 with :
31- go-version : " 1.22 "
31+ go-version : " 1.20 "
3232 - name : Cache downloaded module
3333 uses : actions/cache@master
3434 with :
Original file line number Diff line number Diff line change 88 - name : Set up Go
99 uses : actions/setup-go@master
1010 with :
11- go-version : " 1.22 "
11+ go-version : " 1.20 "
1212
1313 - name : Check out code into the Go module directory
1414 uses : actions/checkout@master
Original file line number Diff line number Diff line change 88 - name : Set up Go
99 uses : actions/setup-go@master
1010 with :
11- go-version : " 1.22 "
11+ go-version : " 1.20 "
1212
1313 - name : Check out code into the Go module directory
1414 uses : actions/checkout@master
Original file line number Diff line number Diff line change 1616 - name : Set up Go
1717 uses : actions/setup-go@master
1818 with :
19- go-version : ' "1.22 "'
19+ go-version : ' "1.20 "'
2020
2121 - name : Run GoReleaser
2222 uses : goreleaser/goreleaser-action@master
Original file line number Diff line number Diff line change 5656 deadline : 5m
5757 issues-exit-code : 1
5858 tests : false
59- go : ' 1.22 '
59+ go : ' 1.20 '
6060
6161# output configuration options
6262output :
You can’t perform that action at this time.
0 commit comments