diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12253e4bf..077b87802 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/goreleaser-action@v2.6.1 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 770acb288..96dcfc4f9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 diff --git a/.github/workflows/plugin_test.yml b/.github/workflows/plugin_test.yml index 2981e2789..e0a35c706 100644 --- a/.github/workflows/plugin_test.yml +++ b/.github/workflows/plugin_test.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04a1e4954..8a90bd4ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 153348248..38f50dde7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/.goreleaser.yml b/.goreleaser.yml index 5356fa139..e29415e44 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -90,7 +90,7 @@ brews: description: "Metadata collection tool." tap: owner: odpf - name: homebrew-taps + name: homebrew-tap license: "Apache 2.0" folder: Formula diff --git a/README.md b/README.md index 063e6fb2b..7377888f6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/docs/guides/0_installation.md b/docs/docs/guides/0_installation.md index a9a0449e0..71dea46f1 100644 --- a/docs/docs/guides/0_installation.md +++ b/docs/docs/guides/0_installation.md @@ -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