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 11
11
- ' /run/user/$UID/podman/podman.sock'
12
12
steps :
13
13
- uses : actions/checkout@v5
14
- - uses : actions/setup-go@v5
14
+ - uses : actions/setup-go@v6
15
15
with :
16
16
go-version : ' stable'
17
17
- name : Test
35
35
timeout-minutes : 10
36
36
steps :
37
37
- uses : actions/checkout@v5
38
- - uses : actions/setup-go@v5
38
+ - uses : actions/setup-go@v6
39
39
with :
40
40
go-version : ' stable'
41
41
- uses : golangci/golangci-lint-action@v8
51
51
timeout-minutes : 10
52
52
steps :
53
53
- uses : actions/checkout@v5
54
- - uses : actions/setup-go@v5
54
+ - uses : actions/setup-go@v6
55
55
with :
56
56
go-version : ' stable'
57
57
- uses : github/codeql-action/init@v3
72
72
if : ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }}
73
73
steps :
74
74
- uses : actions/checkout@v5
75
- - uses : actions/setup-go@v5
75
+ - uses : actions/setup-go@v6
76
76
with :
77
77
go-version : ' stable'
78
78
- run : make install-release-tool new-patch-release
You can’t perform that action at this time.
0 commit comments