diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4b7a933..0104315 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: go-version: '>=1.20.0' - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run go mod tidy run: |