diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e3032ac..18692e6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,13 +21,13 @@ jobs: - name: Setup golangci-lint uses: golangci/golangci-lint-action@v2 with: - version: v1.43.0 + version: v1.45.0 args: --verbose test: strategy: matrix: - os: [ubuntu-latest, macos-latest] - go: [1.13, 1.14, 1.15, 1.16, 1.17] + os: [ubuntu-latest] + go: [1.14, 1.15, 1.16, 1.17, 1.18] include: - os: ubuntu-latest go-build: ~/.cache/go-build