From 28a4e3f397c51461354bcbd3e264990b31a554bb Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Thu, 24 Oct 2024 09:24:38 +0700 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5a7d32e..24f33bb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,8 +19,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version: '1.23' - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.58 \ No newline at end of file + version: latest