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

docs: update required version of go #55

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

trym-b
Copy link
Contributor

@trym-b trym-b commented Feb 27, 2024

The required version of go is now 1.21. This was found by running go test ./... and getting the
following error message:

internal/hooks/hooks_test.go:23:2: package slices
 is not in GOROOT (/usr/local/go/src/slices)
note: imported by a module that requires go 1.21
FAIL	github.com/nlnwa/warchaeology/internal/
 hooks [setup failed]

The required version of `go` is now 1.21. This was
found by running `go test ./...` and getting the
following error message:

```
internal/hooks/hooks_test.go:23:2: package slices
 is not in GOROOT (/usr/local/go/src/slices)
note: imported by a module that requires go 1.21
FAIL	github.com/nlnwa/warchaeology/internal/
 hooks [setup failed]
```
@trym-b trym-b force-pushed the docs/update-required-version-string branch from a1a3d56 to 3060fb5 Compare February 27, 2024 10:06
@trym-b trym-b merged commit cbe7d19 into main Feb 27, 2024
5 checks passed
@trym-b trym-b deleted the docs/update-required-version-string branch February 27, 2024 10:12
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