Skip to content

Commit 90feb81

Browse files
committed
chore: update .github/workflows/main.yml
1 parent 93bec12 commit 90feb81

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,20 @@ jobs:
1010
- "1.13.x"
1111
- "1.14.x"
1212
- "1.15.x"
13+
- "1.16.x"
1314
steps:
1415
- name: Set up Go
15-
uses: actions/[email protected].2
16+
uses: actions/[email protected].3
1617
with:
1718
go-version: ${{matrix.go}}
1819
- name: Check out code
19-
uses: actions/[email protected].2
20+
uses: actions/[email protected].4
2021
- name: Download modules
2122
run: go mod download
2223
- name: Test
2324
run: go test -v --coverprofile=cover.out ./...
2425
- name: Upload coverage profile
25-
uses: codecov/codecov-action@v1.0.12
26+
uses: codecov/codecov-action@v1.2.1
2627
with:
2728
token: ${{secrets.CODECOV_TOKEN}}
2829
file: cover.out

0 commit comments

Comments
 (0)