Execute Lint Job with Self Hosted Runner (#2265)

This commit is contained in:
Cesar Celis Hernandez
2022-08-24 23:09:07 -04:00
committed by GitHub
parent bcd29a4232
commit 729100ae16

View File

@@ -207,7 +207,7 @@ jobs:
lint-job:
name: Checking Lint
runs-on: ${{ matrix.os }}
runs-on: [self-hosted]
strategy:
matrix:
go-version: [ 1.18.x, 1.19.x ]