From afea7168471ebd7a014f843d6652c6fbfeb382fa Mon Sep 17 00:00:00 2001 From: Rafael Escobar Date: Sun, 24 Dec 2023 10:24:41 -0300 Subject: [PATCH] Rollback to bullseye --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed8e822..b6c2d33 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,6 +13,7 @@ jobs: staticcheck: name: Validate staticcheck runs-on: ubuntu-latest + container: golang:bullseye steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3