File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 build :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111
1212 - name : Set up Go
13- uses : actions/setup-go@v5
13+ uses : actions/setup-go@v6
1414 with :
15- go-version : " 1.23 "
15+ go-version : " 1.25 "
1616
1717 - name : Test
1818 run : go test -v ./... -coverprofile=coverage.out
1919
2020 - name : Upload coverage report
21- uses : codecov/codecov-action@v4
21+ uses : codecov/codecov-action@v5
2222 with :
2323 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 88 runs-on : ${{ matrix.os }}
99 strategy :
1010 matrix :
11- go_version : ["1.21 ", "1.22 ", "1.23 "]
11+ go_version : ["1.23 ", "1.24 ", "1.25 "]
1212 os : [ubuntu-latest, windows-latest, macOS-latest]
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616
1717 - name : Set up Go ${{ matrix.go_version }}
18- uses : actions/setup-go@v5
18+ uses : actions/setup-go@v6
1919 with :
2020 go-version : ${{ matrix.go_version }}
2121
You can’t perform that action at this time.
0 commit comments