diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1ab1cbc..c4aa8e0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Go - uses: actions/setup-go@v2 + - name: Set Install Go + uses: actions/setup-go@v4 with: go-version: 1.20 - - name: Test + - name: Run Test run: go test -v ./... \ No newline at end of file