1
0
Fork 0

Chore: bump actions/setup-go from 5 to 6 (#2852)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/2856/head 20250906005906
dependabot[bot] 3 months ago committed by GitHub
parent fbfafcf1a2
commit ee166e54eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -17,7 +17,7 @@ jobs:
path: code
- name: Setup Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version-file: code/go.mod
cache-dependency-path: code/go.sum

@ -15,7 +15,7 @@ jobs:
path: code
- name: Setup Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version-file: code/go.mod
cache-dependency-path: code/go.sum

Loading…
Cancel
Save