Skip to content

Commit

Permalink
fix: broken build worflow (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayFlash authored Jul 11, 2022
1 parent 6341c6e commit 7fd333e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'
- uses: actions/checkout@v2
with:
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
- name: Install dependencies
run: sudo apt-get install build-essential
- name: Install packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '^1.16'
go-version: '^1.17'
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
- name: Install dependencies
run: sudo apt-get install build-essential
- name: Install packages
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ brews:
description: "Metadata collection tool."
tap:
owner: odpf
name: homebrew-taps
name: homebrew-tap
license: "Apache 2.0"
folder: Formula

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Ideally, you should install it somewhere in your PATH for easy use. `/usr/local/

```sh
# Install meteor (requires homebrew installed)
$ brew install odpf/taps/meteor
$ brew install odpf/tap/meteor

# Upgrade meteor (requires homebrew installed)
$ brew upgrade meteor
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/0_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Meteor can be installed currently by one of the following ways:

```sh
# install meteor (requires homebrew installed)
$ brew install odpf/taps/meteor
$ brew install odpf/tap/meteor

# Get info about meteor
$ meteor
Expand Down

0 comments on commit 7fd333e

Please sign in to comment.