From 3b79cb376630c22fa207f5d5749a4939409201fc Mon Sep 17 00:00:00 2001 From: Paulo Sousa Date: Thu, 18 Apr 2024 11:48:32 -0300 Subject: [PATCH] ci: run lint on 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 e1617333..f09c1cc8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,7 +34,7 @@ jobs: lint: name: Lint - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/setup-go@v2 with: