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