Skip to content

Commit 978942a

Browse files
dependabot[bot]RonCodes88knhn1004
authored
ci: bump actions/setup-go from 5 to 6 (#70)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' 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> Co-authored-by: Ronald Li 🛠️ <137369375+RonCodes88@users.noreply.github.com> Co-authored-by: Oliver (Chia-Hong) Chou <49494541+knhn1004@users.noreply.github.com>
1 parent a55e131 commit 978942a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
if: needs.changes.outputs.control_plane == 'true'
110110
steps:
111111
- uses: actions/checkout@v6
112-
- uses: actions/setup-go@v5
112+
- uses: actions/setup-go@v6
113113
with:
114114
go-version-file: control-plane/go.mod
115115
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)