Skip to content

Commit 6234eda

Browse files
authored
Merge branch 'master' into canal-use-localhost-option
2 parents a7b2010 + b096301 commit 6234eda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
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)