diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 37bd067..001e37f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: - name: checkout uses: actions/checkout@v4 - name: setup go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: go.mod - name: go mod tidy check