commit | 90e0e250d3b98f520b642962c09bcac51730d0c7 | [log] [tgz] |
---|---|---|
author | Seth Hoenig <shoenig@duck.com> | Mon Mar 27 16:50:00 2023 -0500 |
committer | Seth Hoenig <shoenig@duck.com> | Mon Mar 27 16:52:28 2023 -0500 |
tree | 101d2631a4306c2400f8507ace2957e8eac04490 | |
parent | f4c1588faf33e0ecbf7fc591f379bffeed9bb953 [diff] |
tests: add ci for ubuntu
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5de537a..933e3a2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml
@@ -11,7 +11,7 @@ - name: GolangCI-Lint uses: golangci/golangci-lint-action@v3 with: - version: v1.50 + version: v1.52.2 skip-cache: true run-tests: strategy: @@ -20,6 +20,7 @@ os: - macos-11 - macos-12 + - ubuntu-22.04 runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v3