diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 10aab70..85f456f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,7 +23,7 @@ jobs: - run: go version - name: Checkout repository - uses: actions/checfkout@v3 + uses: actions/checkout@v4 - name: Examine source code run: go vet -v ./...