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

chore: Update "go build" lines #391

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

Okabe-Junya
Copy link
Contributor

Change List

  • Update "go build" lines in helpers_*.go

Note

FYI: Go 1.17 Release Notes

//go:build lines

The go command now understands //go:build lines and prefers them over // +build lines. The new syntax uses boolean expressions, just like Go, and should be less error-prone. As of this release, the new syntax is fully supported, and all Go files should be updated to have both forms with the same meaning. To aid in migration, gofmt now automatically synchronizes the two forms. For more details on the syntax and migration plan, see https://golang.org/design/draft-gobuild.

@Songmu Songmu merged commit 1acf651 into x-motemen:master Jun 18, 2024
4 checks passed
@github-actions github-actions bot mentioned this pull request Jun 18, 2024
@Songmu
Copy link
Member

Songmu commented Jun 18, 2024

Thank you!

@Okabe-Junya Okabe-Junya deleted the fix-go-build-lines branch June 19, 2024 02:40
renovate bot added a commit to d-issy/dotfiles that referenced this pull request Jul 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [x-motemen/ghq](https://togithub.com/x-motemen/ghq) | patch | `v1.6.1`
-> `v1.6.2` |

---

### Release Notes

<details>
<summary>x-motemen/ghq (x-motemen/ghq)</summary>

###
[`v1.6.2`](https://togithub.com/x-motemen/ghq/blob/HEAD/CHANGELOG.md#v162---2024-07-12)

[Compare
Source](https://togithub.com/x-motemen/ghq/compare/v1.6.1...v1.6.2)

- chore: Update "go build" lines by
[@&#8203;Okabe-Junya](https://togithub.com/Okabe-Junya) in
[x-motemen/ghq#391
- feat(misc): support "ghq rm" completion by
[@&#8203;Okabe-Junya](https://togithub.com/Okabe-Junya) in
[x-motemen/ghq#390
- Optimize: Reduce full repo scans when look tag is set by
[@&#8203;stong1994](https://togithub.com/stong1994) in
[x-motemen/ghq#386
- Go 1.22.5 & update deps by
[@&#8203;Songmu](https://togithub.com/Songmu) in
[x-motemen/ghq#393

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/d-issy/dotfiles).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

None yet

2 participants