Skip to content

Commit

Permalink
Merge branch 'master' into PARTIAL_UPDATE_ROWS_EVENT
Browse files Browse the repository at this point in the history
# Conflicts:
#	client/auth.go
  • Loading branch information
atercattus committed Apr 5, 2023
2 parents 533f450 + 0e9bf02 commit f594b7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
go: [ 1.19, 1.18, 1.17, 1.16 ]
os: [ ubuntu-18.04, ubuntu-20.04 ]
os: [ ubuntu-22.04, ubuntu-20.04 ]
name: Tests Go ${{ matrix.go }} # This name is used in main branch protection rules
runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -48,3 +48,4 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: latest
args: --timeout=3m

0 comments on commit f594b7e

Please sign in to comment.