all repos

onasty @ 1783ff91df2fefb7258f1e7faec17cfdfb96049b

a one-time notes service
1 files changed, 1 insertions(+), 1 deletions(-)
chore(deps): bump actions/setup-go from 4 to 5 in /.github/workflows (#33)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Author: dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com
Committed by: GitHub noreply@github.com
Committed at: 2024-10-16 14:22:35 +0300
Parent: cc720f3
M .github/workflows/golang.yml

@@ -12,7 +12,7 @@ steps:

- uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: go.mod cache-dependency-path: go.mod