Wataru Kurashima

Results 2 issues of Wataru Kurashima

--- name: 🐞 Bug Fix, ⚙ Improvement or 🎉 New Feature about: You found a bug, want to improve something or add a new feature labels: bug or enhancement ---...

**Describe the feature** for example actions/setup-go@v3, pick up Golang version from go.mod ```yaml steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: go-version-file: "go.mod" - run: go version ``` I want...

enhancement