mirror of
https://github.com/actions/setup-go.git
synced 2025-06-30 05:03:43 +00:00
Apply PR suggestions
This commit is contained in:
parent
9d73e829e4
commit
a29996aa9d
6 changed files with 148 additions and 174 deletions
34
.github/workflows/versions.yml
vendored
34
.github/workflows/versions.yml
vendored
|
@ -25,44 +25,10 @@ jobs:
|
|||
with:
|
||||
go-version: stable
|
||||
architecture: x64
|
||||
check-latest: true
|
||||
- name: Verify Go
|
||||
run: go version
|
||||
|
||||
oldstable:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Go and check latest
|
||||
uses: ./
|
||||
with:
|
||||
go-version: oldstable
|
||||
architecture: x64
|
||||
check-latest: true
|
||||
- name: Verify Go
|
||||
run: go version
|
||||
|
||||
stable-no-check-latest:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Go and check latest
|
||||
uses: ./
|
||||
with:
|
||||
go-version: stable
|
||||
architecture: x64
|
||||
- name: Verify Go
|
||||
run: go version
|
||||
|
||||
oldstable-no-check-latest:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue