🔨 Fixes CI formatting

This commit is contained in:
Daniel Svitan
2025-05-27 20:18:52 +02:00
parent 72ae608760
commit 05df23130a

View File

@@ -5,10 +5,6 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ "1.24.x" ]
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}