Skip to content

Commit 5f16908

Browse files
authored
chore: bump setup-go to v6 (#3732)
Fix CI failure downloading Go with setup-go. https://github.com/cdk8s-team/cdk8s-cli/actions/runs/20021121839/job/57408042593 See actions/setup-go#665, https://github.com/actions/setup-go/releases/tag/v6.1.0. Signed-off-by: Justin Chen <mail@justin0u0.com>
1 parent 0c3d37b commit 5f16908

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integ.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projenrc/integ.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function runSteps(tasks: string[], nodeVersion: string, python: boolean, go: boo
100100
if (go) {
101101
steps.push({
102102
name: 'Set up Go',
103-
uses: 'actions/setup-go@v4',
103+
uses: 'actions/setup-go@v6',
104104
with: {
105105
'go-version': '1.24',
106106
},

0 commit comments

Comments
 (0)