File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
contents : read
21
21
steps :
22
22
- uses : actions/checkout@v5
23
- - uses : actions/setup-go@v5
23
+ - uses : actions/setup-go@v6
24
24
with :
25
25
go-version : stable
26
26
# Initializes the CodeQL tools for scanning.
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Set up Go
18
- uses : actions/setup-go@v5
18
+ uses : actions/setup-go@v6
19
19
with :
20
20
go-version : stable
21
21
id : go
48
48
runs-on : ubuntu-latest
49
49
steps :
50
50
- name : Set up Go
51
- uses : actions/setup-go@v5
51
+ uses : actions/setup-go@v6
52
52
with :
53
53
go-version : stable
54
54
- name : Check out the code
Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- uses : actions/checkout@v5
29
- - uses : actions/setup-go@v5
29
+ - uses : actions/setup-go@v6
30
30
with :
31
31
go-version : stable # get the latest stable version from the go-versions repository manifest.
32
32
cache : false
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v5
13
13
with :
14
14
fetch-depth : 0 # it is required fot the changelog to work correctly
15
- - uses : actions/setup-go@v5
15
+ - uses : actions/setup-go@v6
16
16
with :
17
17
go-version : stable
18
18
- name : Run GoReleaser
You can’t perform that action at this time.
0 commit comments