From 825c73b74f3d91a9dcf9799a3e3b8a416633a6ec Mon Sep 17 00:00:00 2001 From: Martin Totovski Date: Tue, 18 Mar 2025 22:00:45 +0000 Subject: [PATCH] [CI:Build] changed runner to ubuntu-latest --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 78410aab10..9b99d4f809 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,7 @@ on: jobs: lint: name: Lint - runs-on: self-hosted + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4