diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fb1accf..e08d535 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