Skip to content

Commit

Permalink
Debug Go vcs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ptzianos committed Jan 22, 2024
1 parent 326382d commit 0e0a10f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,18 @@ jobs:
build:
name: Lint
runs-on: ubuntu-latest
container: golang:1.21.6-bookworm
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Setup Go 1.21.6
uses: actions/setup-go@v4
with:
go-version: 1.21.6

- name: Lint
env:
REVIEWDOG_GITHUB_API_TOKEN: "${{ github.token }}"
Expand Down

0 comments on commit 0e0a10f

Please sign in to comment.