We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 370b0ba + 91b5f91 commit 9738ae9Copy full SHA for 9738ae9
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20
- name: Install Go
21
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
+ uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
22
with:
23
go-version: 1.26.x
24
- run: go build -o promu-intermediate
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
0 commit comments