diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index debdacc..a013bfb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: with: go-version: ^1.15 - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build run: make build - name: Test