Master branch CI
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 23.1k
- Forks
- 1.1k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 9
Description
I tried to fork the repo and run the tests. There appears to be issues with the master branch.
stores/ini/store.go:292: conversion from int64 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
FAIL go.mozilla.org/sops/v3/stores/ini [build failed]
Is there a reason the master branch build is breaking your CI?
Please let me know what I can do to help get this fixed and the master back to a clean state. 😄
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at stores/ini/store.go:292 and reproduce the reported build failure by running the Go tests for the stores/ini package. Check the surrounding conversion and confirm the package builds without the compiler warning; done means the master branch tests pass cleanly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100