Skip to content

Commit 14f413b

Browse files
committed
chore: update GitHub Actions
1 parent 6e30baa commit 14f413b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ jobs:
1717
- name: Install Go
1818
uses: actions/setup-go@v4
1919
with:
20-
go-version: '1.21'
20+
go-version: '1.23'
2121
- name: golangci-lint
2222
uses: golangci/golangci-lint-action@v3
2323
with:
24-
version: v1.55.2
24+
version: v1.64.8
2525

2626
test:
2727
strategy:
2828
matrix:
29-
go-version: [ '1.21', '1.22', '1.23' ]
29+
go-version: [ '1.23', '1.24' ]
3030
platform: [ 'ubuntu-latest' ]
3131
runs-on: ${{ matrix.platform }}
3232
steps:
@@ -48,7 +48,7 @@ jobs:
4848
if: success()
4949
uses: actions/setup-go@v4
5050
with:
51-
go-version: '1.21'
51+
go-version: '1.23'
5252
- name: Calc coverage
5353
run: |
5454
go test -cover ./... -coverpkg=github.com/networkteam/qrb/... -coverprofile=coverage.txt

0 commit comments

Comments
 (0)