Update go.yml

This commit is contained in:
ilangelov 2025-02-23 09:24:57 +02:00 committed by GitHub
parent 1277f499de
commit d4753c7753
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ on:
jobs:
lint:
name: Lint
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@ -33,7 +33,7 @@ jobs:
go run build/ci.go check_baddeps
build:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go