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
        12
               - uses: actions/checkout@v4

      
        13
        13
         

      
        14
        14
               - name: Set up Go

      
        15
        
        -        uses: actions/setup-go@v4

      
        
        15
        +        uses: actions/setup-go@v5

      
        16
        16
                 with:

      
        17
        17
                   go-version-file: go.mod

      
        18
        18
                   cache-dependency-path: go.mod