Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

chore: constrain go version examples run with #57

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

achingbrain
Copy link
Member

quic-go can't be built on go1.20 so make sure the example tests only run with go1.19.

Error:     ../../../../go/pkg/mod/github.com/lucas-clemente/quic-go@v0.31.1/internal/qtls/go120.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.20 yet. For more details, please see https://github.com/lucas-clemente/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.20 yet. F...) as int value in variable declaration

quic-go can't be built on go1.20 so make sure the example tests only run with go1.19.

```
Error:     ../../../../go/pkg/mod/github.com/lucas-clemente/quic-go@v0.31.1/internal/qtls/go120.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.20 yet. For more details, please see https://github.com/lucas-clemente/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.20 yet. F...) as int value in variable declaration
```
@achingbrain achingbrain merged commit aa177a8 into main Mar 22, 2023
@achingbrain achingbrain deleted the fix/constrain-go-version branch March 22, 2023 10:44
github-actions bot pushed a commit that referenced this pull request Mar 22, 2023
## [1.0.8](v1.0.7...v1.0.8) (2023-03-22)

### Trivial Changes

* constrain go version examples run with ([#57](#57)) ([aa177a8](aa177a8))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([9435f0d](9435f0d))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([63f0c33](63f0c33))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([5e3a711](5e3a711))

### Dependencies

* **dev:** bump aegir from 37.12.1 to 38.1.7 ([#54](#54)) ([23bbd82](23bbd82))
@github-actions
Copy link

🎉 This PR is included in version 1.0.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant