Update .github/workflows/CI.yml
All checks were successful
GHA Testing / gha-testing (push) Successful in 2s

This commit is contained in:
Alex Savin
2025-04-29 12:54:07 -04:00
parent c2c1ec925a
commit 7ec2ab1102

View File

@ -24,7 +24,7 @@ on:
jobs:
testing:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
go-version:
@ -42,7 +42,7 @@ jobs:
build-and-push:
runs-on: ubuntu-latest
needs: [testing]
needs: [ testing ]
steps:
- name: Extract Version
id: version_step