Skip to content

Commit b096301

Browse files
authored
Merge pull request #779 from lance6716/update-ci
Update CI Ubuntu image version and increase timeout
2 parents e320144 + f77ae69 commit b096301

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)