diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 772988e0..34dd188a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,10 +17,10 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.21.5' - name: Build - run: go build -v ./... + run: go build ./... - name: Test - run: go test -v ./... + run: go test ./...