From 26344cb0e1dad515a317067ea278bec26288c4a1 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 21 Oct 2024 14:40:07 +0000 Subject: [PATCH] github: update golang version used for lint test Signed-off-by: Vincent Batts --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3171435..1e61bc1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.20'] + go: ['1.22'] name: Linting steps: