Skip to content

Commit 05d7134

Browse files
Build(deps): Bump actions/setup-go from 6.0.0 to 6.4.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.0.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4469467...4a36011) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5452169 commit 05d7134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
11-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
11+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
1212
with:
1313
go-version: 1.24
1414
- run: make build

0 commit comments

Comments
 (0)