Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes and updates #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

jcbrand
Copy link

@jcbrand jcbrand commented Oct 20, 2023

The action wasn't working for me, I was getting errors like below:

/go/src/github.com/klauspost/compress/flate/deflate.go:135:23: cannot convert d.window (type []byte) to type *[32768]byte

Through some trial and error I managed to get things working again.

Changes made:

  • Update go to 1.19
  • Update gosrc.io/xmpp to v0.5.1
  • Add go.mod and go.sum

The action wasn't working for me, I was getting errors like below:

```
/go/src/github.com/klauspost/compress/flate/deflate.go:135:23: cannot convert d.window (type []byte) to type *[32768]byte
```

Through some trial and error I managed to get things working again.

Changes made:

* Update go to 1.19
* Update gosrc.io/xmpp to v0.5.1
* Add go.mod and go.sum
@tmolitor-stud-tu
Copy link

@jcbrand You might be interested in this: #26
I had to change fewer lines of code than your PR and I changed everything to use latest instead of a concrete version.

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

Successfully merging this pull request may close these issues.

2 participants