|
|
@ -91,7 +91,7 @@ jobs:
|
|
|
|
fail-fast: false
|
|
|
|
fail-fast: false
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
|
|
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
|
|
|
go-version: [1.20, 1.21]
|
|
|
|
go-version: [1.20.14, 1.21]
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- name: Setup Go and check latest
|
|
|
|
- name: Setup Go and check latest
|
|
|
@ -115,7 +115,7 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
go-version-file: __tests__/data/go.mod
|
|
|
|
go-version-file: __tests__/data/go.mod
|
|
|
|
- name: verify go
|
|
|
|
- name: verify go
|
|
|
|
run: __tests__/verify-go.sh 1.20
|
|
|
|
run: __tests__/verify-go.sh 1.20.14
|
|
|
|
shell: bash
|
|
|
|
shell: bash
|
|
|
|
|
|
|
|
|
|
|
|
go-version-file-with-gowork:
|
|
|
|
go-version-file-with-gowork:
|
|
|
@ -162,7 +162,7 @@ jobs:
|
|
|
|
fail-fast: false
|
|
|
|
fail-fast: false
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
os: [macos-latest, windows-latest, ubuntu-latest]
|
|
|
|
os: [macos-latest, windows-latest, ubuntu-latest]
|
|
|
|
go: [1.20, 1.21]
|
|
|
|
go: [1.20.14, 1.21]
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
uses: actions/checkout@v4
|
|
|
@ -182,7 +182,7 @@ jobs:
|
|
|
|
fail-fast: false
|
|
|
|
fail-fast: false
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
|
|
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
|
|
|
go-version: [1.20, 1.21]
|
|
|
|
go-version: [1.20.14, 1.21]
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- name: Setup Go and check latest
|
|
|
|
- name: Setup Go and check latest
|
|
|
|