File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
matrix :
12
12
go-version : ["1.20"]
13
13
steps :
14
- - uses : actions/setup-go@v4
14
+ - uses : actions/setup-go@v5
15
15
with :
16
16
go-version : ${{ matrix.go-version }}
17
17
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 13
13
go-version : ["1.20"]
14
14
steps :
15
15
- name : Set up Go ${{ matrix.go-version }}
16
- uses : actions/setup-go@v4
16
+ uses : actions/setup-go@v5
17
17
with :
18
18
go-version : ${{ matrix.go-version }}
19
19
id : go
Original file line number Diff line number Diff line change 11
11
go-version : ["1.20"]
12
12
steps :
13
13
- name : Set up Go ${{ matrix.go-version }}
14
- uses : actions/setup-go@v4
14
+ uses : actions/setup-go@v5
15
15
with :
16
16
go-version : ${{ matrix.go-version }}
17
17
id : go
You can’t perform that action at this time.
0 commit comments