misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2025-07-12 12:08:00 +02:00
commit ceb5ecd12f
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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