Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.21.6 (#14)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [go](https://togithub.com/golang/go) | | patch | `1.21.5` -> `1.21.6`
|
| [go](https://go.dev/) ([source](https://togithub.com/golang/go)) |
golang | patch | `1.21.5` -> `1.21.6` |

---

### Release Notes

<details>
<summary>golang/go (go)</summary>

###
[`v1.21.6`](https://togithub.com/golang/go/compare/go1.21.5...go1.21.6)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

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

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates 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/TBD54566975/scaffolder).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 15, 2024
1 parent 24c87e1 commit 5a245ee
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 7 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/go
2 changes: 1 addition & 1 deletion bin/gofmt
2 changes: 1 addition & 1 deletion cmd/scaffolder/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/TBD54566975/scaffolder/cmd/scaffolder

go 1.21.5
go 1.21.6

require (
github.com/TBD54566975/scaffolder v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion extensions/javascript/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/TBD54566975/scaffolder/extensions/javascript

go 1.21.5
go 1.21.6

require (
github.com/TBD54566975/scaffolder v0.8.0
Expand Down
2 changes: 2 additions & 0 deletions extensions/javascript/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/TBD54566975/scaffolder v0.7.1 h1:uZ/1qTa+j8dQR5HCNOxONrex3a5arwMuFQko0OeWXTw=
github.com/TBD54566975/scaffolder v0.7.1/go.mod h1:Ab/jbQ4q8EloYL0nbkdh2DVvkGc4nxr1OcIbdMpTxxg=
github.com/TBD54566975/scaffolder v0.8.0 h1:DWl1K3dWcLsOPAYGQGPQXtffrml6XCB0tF05JdpMqZU=
github.com/TBD54566975/scaffolder v0.8.0/go.mod h1:Ab/jbQ4q8EloYL0nbkdh2DVvkGc4nxr1OcIbdMpTxxg=
github.com/alecthomas/assert/v2 v2.4.1 h1:mwPZod/d35nlaCppr6sFP0rbCL05WH9fIo7lvsf47zo=
github.com/alecthomas/assert/v2 v2.4.1/go.mod h1:fw5suVxB+wfYJ3291t0hRTqtGzFYdSwstnRQdaQx2DM=
github.com/alecthomas/repr v0.3.0 h1:NeYzUPfjjlqHY4KtzgKJiWd6sVq2eNUPTi34PiFGjY8=
Expand Down
2 changes: 1 addition & 1 deletion extensions/javascript/testdata/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module exclude

go 1.21.5
go 1.21.6
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/TBD54566975/scaffolder

go 1.21.5
go 1.21.6

require github.com/alecthomas/assert/v2 v2.4.1

Expand Down
2 changes: 1 addition & 1 deletion testdata/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module exclude

go 1.21.5
go 1.21.6

0 comments on commit 5a245ee

Please sign in to comment.