diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4b150f3..9086d44 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: go-version: ^1.18 - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get dependencies run: go mod download