diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6a1c844..e314896 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: with: go-version: '1.20.2' - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build run: make build - name: Test