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
|
||||
output: bettercap.exe
|
||||
arch: [amd64, arm64]
|
||||
go: [1.22.x]
|
||||
go: [1.24.x]
|
||||
exclude:
|
||||
- os:
|
||||
name: darwin
|
||||
|
|
2
.github/workflows/test-on-linux.yml
vendored
2
.github/workflows/test-on-linux.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
go-version: ['1.22.x']
|
||||
go-version: ['1.24.x']
|
||||
|
||||
steps:
|
||||
- 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:
|
||||
matrix:
|
||||
os: [macos-latest]
|
||||
go-version: ['1.22.x']
|
||||
go-version: ['1.24.x']
|
||||
|
||||
steps:
|
||||
- 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:
|
||||
matrix:
|
||||
os: [windows-latest]
|
||||
go-version: ['1.22.x']
|
||||
go-version: ['1.24.x']
|
||||
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue