Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: clean up #1220

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions .github/hack/brew-install-version.sh

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"

- name: Build
run: go build -v ./...
Expand Down
85 changes: 5 additions & 80 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,8 @@ jobs:
with:
go-version: "1.23"

- name: Fetch homebrew-core commit messages
uses: actions/checkout@v4
with:
# needed by ./hack/brew-install-version.sh
repository: homebrew/homebrew-core
path: homebrew-core
fetch-depth: 0
filter: tree:0

- name: Install CLI deps
env:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALL_UPGRADE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite python@3.12 kubectl docker coreutils lima
./.github/hack/brew-install-version.sh qemu 8.2.1
run: brew install kubectl docker coreutils lima

- name: Build and Install
run: make && sudo make install
Expand Down Expand Up @@ -82,23 +67,8 @@ jobs:
with:
go-version: "1.23"

- name: Fetch homebrew-core commit messages
uses: actions/checkout@v4
with:
# needed by ./hack/brew-install-version.sh
repository: homebrew/homebrew-core
path: homebrew-core
fetch-depth: 0
filter: tree:0

- name: Install CLI deps
env:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALL_UPGRADE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite python@3.12 kubectl docker coreutils lima
./.github/hack/brew-install-version.sh qemu 8.2.1
run: brew install kubectl docker coreutils lima

- name: Build and Install
run: make && sudo make install
Expand Down Expand Up @@ -132,23 +102,8 @@ jobs:
with:
go-version: "1.23"

- name: Fetch homebrew-core commit messages
uses: actions/checkout@v4
with:
# needed by ./hack/brew-install-version.sh
repository: homebrew/homebrew-core
path: homebrew-core
fetch-depth: 0
filter: tree:0

- name: Install CLI deps
env:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALL_UPGRADE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite python@3.12 kubectl docker coreutils lima
./.github/hack/brew-install-version.sh qemu 8.2.1
run: brew install kubectl docker coreutils lima

- name: Build and Install
run: make && sudo make install
Expand Down Expand Up @@ -191,23 +146,8 @@ jobs:
with:
go-version: "1.23"

- name: Fetch homebrew-core commit messages
uses: actions/checkout@v4
with:
# needed by ./hack/brew-install-version.sh
repository: homebrew/homebrew-core
path: homebrew-core
fetch-depth: 0
filter: tree:0

- name: Install CLI deps
env:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALL_UPGRADE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite python@3.12 kubectl docker coreutils lima
./.github/hack/brew-install-version.sh qemu 8.2.1
run: brew install kubectl docker coreutils lima

- name: Build and Install
run: make && sudo make install
Expand Down Expand Up @@ -250,23 +190,8 @@ jobs:
with:
go-version: "1.23"

- name: Fetch homebrew-core commit messages
uses: actions/checkout@v4
with:
# needed by ./hack/brew-install-version.sh
repository: homebrew/homebrew-core
path: homebrew-core
fetch-depth: 0
filter: tree:0

- name: Install CLI deps
env:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALL_UPGRADE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite python@3.12 kubectl docker coreutils lima incus
./.github/hack/brew-install-version.sh qemu 8.2.1
run: brew install kubectl docker coreutils lima incus

- name: Build and Install
run: make && sudo make install
Expand Down
Loading