Skip to content

Commit 9738ae9

Browse files
authored
Merge pull request #377 from prometheus/dependabot/github_actions/actions/setup-go-6.4.0
Bump actions/setup-go from 5.5.0 to 6.4.0
2 parents 370b0ba + 91b5f91 commit 9738ae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020
- name: Install Go
21-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
21+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2222
with:
2323
go-version: 1.26.x
2424
- run: go build -o promu-intermediate
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3939
- name: Install Go
40-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
40+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
4141
with:
4242
go-version: 1.26.x
4343
- run: go build -o promu-intermediate

0 commit comments

Comments
 (0)