mirror of
https://github.com/actions/setup-go.git
synced 2025-11-27 06:47:15 -05:00
Add comprehensive breaking changes documentation for v6 (#674)
* v6 documentation update * v6 documentation update * Readme file update * update documentation * documentation update * update documentation * Updated documentation * Updated Documentation * documentation update * update documentation. action.yml and versions.yml * Update documentation to organize go-version-file * update v6 features and improve version patterns table * Update documentation to specify supported syntaxes for `go-version` input
This commit is contained in:
16
.github/workflows/versions.yml
vendored
16
.github/workflows/versions.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user