From 12bf78688b4c21d33df09b3de409bb8ddfed7f1a Mon Sep 17 00:00:00 2001 From: beer-1 Date: Mon, 11 Nov 2024 12:08:03 +0900 Subject: [PATCH] bump go version for lint --- .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 4cd8c704..ff4e5ba3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.22 + go-version: 1.23 check-latest: true - uses: technote-space/get-diff-action@v6.1.2 id: git_diff @@ -72,7 +72,7 @@ jobs: - name: Setup go uses: actions/setup-go@v5 with: - go-version: 1.22 + go-version: 1.23 check-latest: true - run: | go mod tidy