Skip to content

Commit f398134

Browse files
committed
Update workflow actions;
Use latest gocov tools that support go version 1.19
1 parent 4751a34 commit f398134

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/go.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ name: Go
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ v1 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ v1 ]
88

99
jobs:
1010

1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.15
19+
go-version: 1.19
2020

2121
- name: Static analysis of code for errors
2222
run: make analyze

tools/go/go-junit-report

361 KB
Binary file not shown.

tools/go/gocov

-677 KB
Binary file not shown.

tools/go/gocov-html

988 KB
Binary file not shown.

tools/go/gocov-xml

-109 KB
Binary file not shown.

tools/go/golint

-813 KB
Binary file not shown.

0 commit comments

Comments
 (0)