Skip to content

Commit f594b7e

Browse files
committed
Merge branch 'master' into PARTIAL_UPDATE_ROWS_EVENT
# Conflicts: # client/auth.go
2 parents 533f450 + 0e9bf02 commit f594b7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
go: [ 1.19, 1.18, 1.17, 1.16 ]
9-
os: [ ubuntu-18.04, ubuntu-20.04 ]
9+
os: [ ubuntu-22.04, ubuntu-20.04 ]
1010
name: Tests Go ${{ matrix.go }} # This name is used in main branch protection rules
1111
runs-on: ${{ matrix.os }}
1212

@@ -48,3 +48,4 @@ jobs:
4848
uses: golangci/golangci-lint-action@v2
4949
with:
5050
version: latest
51+
args: --timeout=3m

0 commit comments

Comments
 (0)