Update go.yml

This commit is contained in:
Coder 2025-10-08 20:26:02 +02:00 committed by GitHub
parent e88031dc80
commit 1e22f930d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ jobs:
name: Lint name: Lint
runs-on: [self-hosted-ghr, size-s-x64] runs-on: [self-hosted-ghr, size-s-x64]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
with: with:
submodules: false submodules: false
@ -23,7 +23,7 @@ jobs:
key: ${{ runner.os }}-build-tools-cache-${{ hashFiles('build/checksums.txt') }} key: ${{ runner.os }}-build-tools-cache-${{ hashFiles('build/checksums.txt') }}
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v6
with: with:
go-version: 1.25 go-version: 1.25
cache: false cache: false
@ -44,12 +44,12 @@ jobs:
- '1.25' - '1.25'
- '1.24' - '1.24'
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
with: with:
submodules: true submodules: true
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v6
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
cache: false cache: false