diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4134485..2506deb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: with: go-version: ^1.17 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: @@ -33,7 +33,7 @@ jobs: with: go-version: ^1.17 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Vet run: go vet -v ./... - name: Test