File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 20
20
go-version : ^1.16
21
21
22
22
- name : Run GoReleaser
23
- uses : goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1 .0
23
+ uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0 .0
24
24
with :
25
25
args : release --clean
26
26
env :
Original file line number Diff line number Diff line change 1
1
# Documentation at https://goreleaser.com/
2
+ version : 2
2
3
before :
3
4
hooks :
4
5
- go mod tidy
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/skyscanner/turbolift
3
3
go 1.16
4
4
5
5
require (
6
- github.com/alessio/shellescape v1.4.2 // indirect
6
+ github.com/alessio/shellescape v1.4.2
7
7
github.com/briandowns/spinner v1.15.0
8
8
github.com/fatih/color v1.12.0
9
9
github.com/manifoldco/promptui v0.9.0
You can’t perform that action at this time.
0 commit comments