There was an error while loading. Please reload this page.
2 parents a7b2010 + b096301 commit 6234edaCopy full SHA for 6234eda
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
go: [ 1.19, 1.18, 1.17, 1.16 ]
9
- os: [ ubuntu-18.04, ubuntu-20.04 ]
+ os: [ ubuntu-22.04, ubuntu-20.04 ]
10
name: Tests Go ${{ matrix.go }} # This name is used in main branch protection rules
11
runs-on: ${{ matrix.os }}
12
@@ -48,3 +48,4 @@ jobs:
48
uses: golangci/golangci-lint-action@v2
49
with:
50
version: latest
51
+ args: --timeout=3m
0 commit comments