Skip to content

Commit 74fa769

Browse files
Bump actions/setup-go from 6.0.0 to 6.1.0 (#4632)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4469467...4dc6199) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 51cfe31 commit 74fa769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag: v5.0.1
4848

4949
- name: Setup Go
50-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag: v6.0.0
50+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # tag: v6.1.0
5151
with:
5252
go-version: '1.23.5'
5353
cache: false # Suppress a warning given that there are no go.sum files in the repo

0 commit comments

Comments
 (0)