Skip to content

Commit

Permalink
Merge branch 'main' into catch_readme_unchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan7-7-7 committed Aug 26, 2024
2 parents cb01fb5 + 40ea0b8 commit 620b116
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: ^1.16

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
args: release --clean
env:
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Documentation at https://goreleaser.com/
version: 2
before:
hooks:
- go mod tidy
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/skyscanner/turbolift
go 1.16

require (
github.com/alessio/shellescape v1.4.2 // indirect
github.com/alessio/shellescape v1.4.2
github.com/briandowns/spinner v1.15.0
github.com/fatih/color v1.12.0
github.com/manifoldco/promptui v0.9.0
Expand Down

0 comments on commit 620b116

Please sign in to comment.