diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2d33fc7..5ae267c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,9 +8,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.17 + uses: actions/setup-go@v3 - name: Build run: go build -v ./... - name: Test