We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e30baa commit 14f413bCopy full SHA for 14f413b
1 file changed
.github/workflows/test.yml
@@ -17,16 +17,16 @@ jobs:
17
- name: Install Go
18
uses: actions/setup-go@v4
19
with:
20
- go-version: '1.21'
+ go-version: '1.23'
21
- name: golangci-lint
22
uses: golangci/golangci-lint-action@v3
23
24
- version: v1.55.2
+ version: v1.64.8
25
26
test:
27
strategy:
28
matrix:
29
- go-version: [ '1.21', '1.22', '1.23' ]
+ go-version: [ '1.23', '1.24' ]
30
platform: [ 'ubuntu-latest' ]
31
runs-on: ${{ matrix.platform }}
32
steps:
@@ -48,7 +48,7 @@ jobs:
48
if: success()
49
50
51
52
- name: Calc coverage
53
run: |
54
go test -cover ./... -coverpkg=github.com/networkteam/qrb/... -coverprofile=coverage.txt
0 commit comments