File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
20- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
20+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2121 with :
2222 go-version-file : go.mod
2323
3333 needs : lint
3434 steps :
3535 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
36- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
36+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
3737 with :
3838 go-version-file : go.mod
3939 - run : make test
4343 needs : lint
4444 steps :
4545 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
46- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
46+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
4747 with :
4848 go-version-file : go.mod
4949 - run : make test-e2e
@@ -129,7 +129,7 @@ jobs:
129129 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
130130 with :
131131 fetch-depth : 0
132- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
132+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
133133 with :
134134 go-version-file : go.mod
135135 - uses : azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
You can’t perform that action at this time.
0 commit comments