mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 13:09:49 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
47077d877c
commit
ceb5ecd12f
4 changed files with 4 additions and 4 deletions
2
.github/workflows/build-and-deploy.yml
vendored
2
.github/workflows/build-and-deploy.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
pretty: 🪟 Windows
|
pretty: 🪟 Windows
|
||||||
output: bettercap.exe
|
output: bettercap.exe
|
||||||
arch: [amd64, arm64]
|
arch: [amd64, arm64]
|
||||||
go: [1.22.x]
|
go: [1.24.x]
|
||||||
exclude:
|
exclude:
|
||||||
- os:
|
- os:
|
||||||
name: darwin
|
name: darwin
|
||||||
|
|
2
.github/workflows/test-on-linux.yml
vendored
2
.github/workflows/test-on-linux.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
go-version: ['1.22.x']
|
go-version: ['1.24.x']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
|
|
2
.github/workflows/test-on-macos.yml
vendored
2
.github/workflows/test-on-macos.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest]
|
os: [macos-latest]
|
||||||
go-version: ['1.22.x']
|
go-version: ['1.24.x']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
|
|
2
.github/workflows/test-on-windows.yml
vendored
2
.github/workflows/test-on-windows.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest]
|
os: [windows-latest]
|
||||||
go-version: ['1.22.x']
|
go-version: ['1.24.x']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue