Skip to content

Commit f17a016

Browse files
committed
bump actions
1 parent de65f0c commit f17a016

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v5
1010
with:
1111
fetch-depth: 2
12-
- uses: actions/setup-go@v3
12+
- uses: actions/setup-go@v6
1313
with:
14-
go-version: '1.22'
14+
go-version: '1.25'
1515
- name: Run coverage
1616
run: go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic
1717
- name: Upload coverage to Codecov
18-
uses: codecov/codecov-action@v3
18+
uses: codecov/codecov-action@v5.5.1
1919
with:
2020
verbose: true
2121
env:

0 commit comments

Comments
 (0)