Skip to content

Commit

Permalink
update ci-golang-lint.yml (#9059)
Browse files Browse the repository at this point in the history
Moving this job back to GitHub runners, as there is an incompatibility
with Warp runners. It's likely caused by a dated Actions dependency
since this Action is quite behind on its dependencies. Will revisit
linting strategy in the future.
  • Loading branch information
ryanfoxtyler committed Mar 23, 2024
1 parent 4072134 commit da153c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-golang-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
golang-lint:
if: github.event.pull_request.draft == false
name: lint
runs-on: warp-ubuntu-latest-x64-4x
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Get Go Version
Expand Down

0 comments on commit da153c7

Please sign in to comment.