diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98d4c1d..8a593fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,11 +12,11 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.18 + go-version: '1.20.0' - uses: actions/checkout@v2 - name: Run tests - run: go test -v ./... + run: go test -v ./... -tags skipCi semantic-release: needs: [test]