Skip to content

Commit

Permalink
Debug linter failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo committed Mar 5, 2024
1 parent 47f3c7b commit caa2dff
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
fail-fast: false
matrix:
go:
- '1.18.10'
# - '1.18.10'
- '1.22.0'
redis:
- 6.2.14
# - 6.2.14
- 7.2.3
os:
- ubuntu-latest
- macos-latest
# - macos-latest

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -68,6 +68,9 @@ jobs:
working-directory: ./go
run: make build

- name: Setup upterm session
uses: lhotari/action-upterm@v1

- name: Run linters
working-directory: ./go
run: make lint-ci
Expand All @@ -92,7 +95,7 @@ jobs:
fail-fast: false
matrix:
go:
- 1.18.10
# - 1.18.10
- 1.22.0
runs-on: ubuntu-latest
container: amazonlinux:latest
Expand Down

0 comments on commit caa2dff

Please sign in to comment.