Skip to content

Commit 96598cc

Browse files
authored
ci: clean up (#1220)
Signed-off-by: Abiola Ibrahim <[email protected]>
1 parent 5d6937a commit 96598cc

File tree

3 files changed

+6
-115
lines changed

3 files changed

+6
-115
lines changed

.github/hack/brew-install-version.sh

-34
This file was deleted.

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Go
4242
uses: actions/setup-go@v5
4343
with:
44-
go-version: "1.21"
44+
go-version: "1.23"
4545

4646
- name: Build
4747
run: go build -v ./...

.github/workflows/integration.yml

+5-80
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,8 @@ jobs:
3232
with:
3333
go-version: "1.23"
3434

35-
- name: Fetch homebrew-core commit messages
36-
uses: actions/checkout@v4
37-
with:
38-
# needed by ./hack/brew-install-version.sh
39-
repository: homebrew/homebrew-core
40-
path: homebrew-core
41-
fetch-depth: 0
42-
filter: tree:0
43-
4435
- name: Install CLI deps
45-
env:
46-
HOMEBREW_NO_AUTO_UPDATE: "1"
47-
HOMEBREW_NO_INSTALL_UPGRADE: "1"
48-
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
49-
run: |
50-
brew install --overwrite [email protected] kubectl docker coreutils lima
51-
./.github/hack/brew-install-version.sh qemu 8.2.1
36+
run: brew install kubectl docker coreutils lima
5237

5338
- name: Build and Install
5439
run: make && sudo make install
@@ -82,23 +67,8 @@ jobs:
8267
with:
8368
go-version: "1.23"
8469

85-
- name: Fetch homebrew-core commit messages
86-
uses: actions/checkout@v4
87-
with:
88-
# needed by ./hack/brew-install-version.sh
89-
repository: homebrew/homebrew-core
90-
path: homebrew-core
91-
fetch-depth: 0
92-
filter: tree:0
93-
9470
- name: Install CLI deps
95-
env:
96-
HOMEBREW_NO_AUTO_UPDATE: "1"
97-
HOMEBREW_NO_INSTALL_UPGRADE: "1"
98-
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
99-
run: |
100-
brew install --overwrite [email protected] kubectl docker coreutils lima
101-
./.github/hack/brew-install-version.sh qemu 8.2.1
71+
run: brew install kubectl docker coreutils lima
10272

10373
- name: Build and Install
10474
run: make && sudo make install
@@ -132,23 +102,8 @@ jobs:
132102
with:
133103
go-version: "1.23"
134104

135-
- name: Fetch homebrew-core commit messages
136-
uses: actions/checkout@v4
137-
with:
138-
# needed by ./hack/brew-install-version.sh
139-
repository: homebrew/homebrew-core
140-
path: homebrew-core
141-
fetch-depth: 0
142-
filter: tree:0
143-
144105
- name: Install CLI deps
145-
env:
146-
HOMEBREW_NO_AUTO_UPDATE: "1"
147-
HOMEBREW_NO_INSTALL_UPGRADE: "1"
148-
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
149-
run: |
150-
brew install --overwrite [email protected] kubectl docker coreutils lima
151-
./.github/hack/brew-install-version.sh qemu 8.2.1
106+
run: brew install kubectl docker coreutils lima
152107

153108
- name: Build and Install
154109
run: make && sudo make install
@@ -191,23 +146,8 @@ jobs:
191146
with:
192147
go-version: "1.23"
193148

194-
- name: Fetch homebrew-core commit messages
195-
uses: actions/checkout@v4
196-
with:
197-
# needed by ./hack/brew-install-version.sh
198-
repository: homebrew/homebrew-core
199-
path: homebrew-core
200-
fetch-depth: 0
201-
filter: tree:0
202-
203149
- name: Install CLI deps
204-
env:
205-
HOMEBREW_NO_AUTO_UPDATE: "1"
206-
HOMEBREW_NO_INSTALL_UPGRADE: "1"
207-
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
208-
run: |
209-
brew install --overwrite [email protected] kubectl docker coreutils lima
210-
./.github/hack/brew-install-version.sh qemu 8.2.1
150+
run: brew install kubectl docker coreutils lima
211151

212152
- name: Build and Install
213153
run: make && sudo make install
@@ -250,23 +190,8 @@ jobs:
250190
with:
251191
go-version: "1.23"
252192

253-
- name: Fetch homebrew-core commit messages
254-
uses: actions/checkout@v4
255-
with:
256-
# needed by ./hack/brew-install-version.sh
257-
repository: homebrew/homebrew-core
258-
path: homebrew-core
259-
fetch-depth: 0
260-
filter: tree:0
261-
262193
- name: Install CLI deps
263-
env:
264-
HOMEBREW_NO_AUTO_UPDATE: "1"
265-
HOMEBREW_NO_INSTALL_UPGRADE: "1"
266-
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
267-
run: |
268-
brew install --overwrite [email protected] kubectl docker coreutils lima incus
269-
./.github/hack/brew-install-version.sh qemu 8.2.1
194+
run: brew install kubectl docker coreutils lima incus
270195

271196
- name: Build and Install
272197
run: make && sudo make install

0 commit comments

Comments
 (0)