update documentation. action.yml and versions.yml

This commit is contained in:
mahabaleshwars 2025-11-04 22:03:12 +05:30
parent 0ad9091c59
commit 025ade64a0
4 changed files with 54 additions and 10 deletions

View file

@ -158,6 +158,22 @@ jobs:
run: __tests__/verify-go.sh 1.23.2
shell: bash
go-version-file-with-go-version:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-latest-large]
steps:
- uses: actions/checkout@v5
- name: Setup Go from .go-version file
uses: ./
with:
go-version-file: __tests__/data/.go-version
- name: verify go
run: __tests__/verify-go.sh 1.22.4
shell: bash
setup-versions-from-manifest:
runs-on: ${{ matrix.os }}
strategy: