Skip to content

Commit 7da04ad

Browse files
build(deps): bump actions/setup-go from 5.4.0 to 6.0.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.4.0...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4eefa32 commit 7da04ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ jobs:
373373
uses: actions/checkout@v4
374374
with:
375375
persist-credentials: false
376-
- uses: actions/setup-go@v5.4.0
376+
- uses: actions/setup-go@v6.0.0
377377
with:
378378
go-version: '~1.23.0'
379379
cache: false # We do this ourselves below to avoid conflicts between the different jobs.

0 commit comments

Comments
 (0)