diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 507eb3af..b9fb7982 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: steps: # Checkout the code - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 # Set up Go environment - name: Set up Go