diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 672f691..74c5b50 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-tags: true fetch-depth: 0