Skip to content

Commit f3787be

Browse files
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
1 parent 3a0c2c8 commit f3787be

File tree

4 files changed

+280
-125
lines changed

4 files changed

+280
-125
lines changed

.github/workflows/versions.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,22 @@ jobs:
158158
run: __tests__/verify-go.sh 1.23.2
159159
shell: bash
160160

161+
go-version-file-with-go-version:
162+
runs-on: ${{ matrix.os }}
163+
strategy:
164+
fail-fast: false
165+
matrix:
166+
os: [ubuntu-latest, windows-latest, macos-latest, macos-latest-large]
167+
steps:
168+
- uses: actions/checkout@v5
169+
- name: Setup Go from .go-version file
170+
uses: ./
171+
with:
172+
go-version-file: __tests__/data/.go-version
173+
- name: verify go
174+
run: __tests__/verify-go.sh 1.22.4
175+
shell: bash
176+
161177
setup-versions-from-manifest:
162178
runs-on: ${{ matrix.os }}
163179
strategy:

0 commit comments

Comments
 (0)