Skip to content

Commit

Permalink
fix: remove container from PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishekvrshny committed Dec 25, 2024
1 parent 91f00b4 commit a7d25cd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
tests:
checks:
runs-on: ubuntu-latest
container: golang:1.23.3-alpine3.20
continue-on-error: false
name: checks
steps:
Expand All @@ -18,9 +17,6 @@ jobs:
with:
go-version: stable
cache: true
- name: install prerequisites
run: |
apk add --update --no-cache --repository https://dl-4.alpinelinux.org/alpine/latest-stable/community/ build-base gcc make git librdkafka-dev pkgconf curl
- name: generate proto
run: |
make proto-generate
Expand Down

0 comments on commit a7d25cd

Please sign in to comment.