s/latest/linked/

This commit is contained in:
Henry Mercer 2024-09-23 16:07:27 +01:00
parent a7b66734cc
commit b78ab6c660
6 changed files with 6 additions and 6 deletions

View file

@ -28,7 +28,7 @@ jobs:
matrix:
include:
- os: ubuntu-latest
version: latest
version: linked
- os: ubuntu-latest
version: nightly-latest
name: 'Go: Custom queries'

View file

@ -28,7 +28,7 @@ jobs:
matrix:
include:
- os: ubuntu-latest
version: latest
version: linked
- os: ubuntu-latest
version: nightly-latest
name: Remote config file

View file

@ -28,7 +28,7 @@ jobs:
matrix:
include:
- os: ubuntu-latest
version: latest
version: linked
- os: ubuntu-latest
version: nightly-latest
name: Test unsetting environment variables

View file

@ -3,7 +3,7 @@ description: "Checks that Go works in conjunction with a config file specifying
operatingSystems:
- ubuntu
versions:
- latest
- linked
- nightly-latest
env:
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"

View file

@ -3,7 +3,7 @@ description: "Checks that specifying packages using only a config file works"
operatingSystems:
- ubuntu
versions:
- latest
- linked
- nightly-latest
steps:
- uses: ./../action/init

View file

@ -3,7 +3,7 @@ description: "An end-to-end integration test that unsets some environment variab
operatingSystems:
- ubuntu
versions:
- latest
- linked
- nightly-latest
steps:
- uses: ./../action/init