Skip to content

Commit c8d4138

Browse files
build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 (#4523)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Logan Nguyen <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Logan Nguyen <[email protected]>
1 parent a90ac8e commit c8d4138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev-tool-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3838

3939
- name: Install go
40-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
40+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4141
with:
42-
go-version: '1.22.3'
42+
go-version: "1.24.0"
4343

4444
- name: Install packages
4545
run: npm ci

0 commit comments

Comments
 (0)