fix(ci-cd): Remove unused go version

This commit is contained in:
Myzel394 2025-05-29 20:30:30 +02:00
parent ac97ec77ef
commit e187040dd0
No known key found for this signature in database
GPG Key ID: 3B955307C2FC2F11

View File

@ -5,9 +5,6 @@ on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.22.x' ]
steps:
- uses: actions/checkout@v4