run prettier

This commit is contained in:
George Adams 2026-02-13 15:51:56 +00:00
parent 78af96c188
commit 107f2fc644
5 changed files with 9 additions and 23 deletions

View file

@ -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