mirror of
https://github.com/actions/setup-go.git
synced 2026-04-05 20:29:24 +00:00
run prettier
This commit is contained in:
parent
78af96c188
commit
107f2fc644
5 changed files with 9 additions and 23 deletions
9
.github/workflows/microsoft-validation.yml
vendored
9
.github/workflows/microsoft-validation.yml
vendored
|
|
@ -10,9 +10,6 @@ on:
|
|||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
env:
|
||||
MICROSOFT_GO_BASE_URL: 'https://aka.ms/golang/release/latest'
|
||||
|
||||
jobs:
|
||||
microsoft-basic:
|
||||
name: 'Microsoft build of Go ${{ matrix.go-version }} on ${{ matrix.os }}'
|
||||
|
|
@ -29,7 +26,7 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
go-download-base-url: ${{ env.MICROSOFT_GO_BASE_URL }}
|
||||
go-download-base-url: 'https://aka.ms/golang/release/latest'
|
||||
cache: false
|
||||
|
||||
- name: Verify Go installation
|
||||
|
|
@ -104,7 +101,7 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
go-version: '1.25'
|
||||
go-download-base-url: ${{ env.MICROSOFT_GO_BASE_URL }}
|
||||
go-download-base-url: 'https://aka.ms/golang/release/latest'
|
||||
architecture: ${{ matrix.architecture }}
|
||||
cache: false
|
||||
|
||||
|
|
@ -125,7 +122,7 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
go-version: '1.25'
|
||||
go-download-base-url: ${{ env.MICROSOFT_GO_BASE_URL }}
|
||||
go-download-base-url: 'https://aka.ms/golang/release/latest'
|
||||
cache: true
|
||||
|
||||
- name: Verify Go installation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue