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:52:04 -04:00
parent 6b0f6948d2
commit b7dcaca6cc

View File

@ -24,11 +24,13 @@ on:
jobs:
testing:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.24.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
go-version:
- 1.24.x
os:
- ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
@ -76,7 +78,7 @@ jobs:
# run: |
# echo VERSION_TAG=$(echo ${{ steps.version_step.outputs.version_tag }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
# echo LASTEST_TAG=$(echo ${{ steps.version_step.outputs.latest_tag }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
- name: Build and push
- name: Build and Push
id: docker_build
uses: docker/build-push-action@v6
with: