getsops / getsops/sops

Master branch CI

Open
#800 7 comments 0 reactions 0 assignees View on GitHub

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?

Screen Shot 2021-01-17 at 11 25 19 PM

Please let me know what I can do to help get this fixed and the master back to a clean state. 😄

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.