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

Update to go 1.23 #74

Open
4 tasks
louisroyer opened this issue Aug 13, 2024 · 0 comments
Open
4 tasks

Update to go 1.23 #74

louisroyer opened this issue Aug 13, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@louisroyer
Copy link
Member

  • Wait for golang 1.23 to be packaged in Debian stable-backports
  • Change
    for i := len(r.Tasks) - 1; i >= 0; i-- {
    to use for _, _ := range slice.Backward()
  • check go version for github action workflow
  • check go version for docker image
@louisroyer louisroyer added the enhancement New feature or request label Aug 13, 2024
@louisroyer louisroyer self-assigned this Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Far far future
Development

No branches or pull requests

1 participant