From 1b6f1ac965e1407a469b47c88ecdea0ce56e9296 Mon Sep 17 00:00:00 2001 From: Gabrielle Duarte Date: Thu, 4 Jan 2024 17:35:23 -0300 Subject: [PATCH] Fixed ubunto version --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2399c53..4584d64 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: lint: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 @@ -20,7 +20,7 @@ jobs: version: v1.49.0 test: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: go-version: [ '1.18.x', '1.19.x' ]