Skip to content

Commit

Permalink
Setup buf through 'uses'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzvonimir committed Mar 28, 2024
1 parent 57f2ba3 commit e85452f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,19 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: bufbuild/buf-setup-action@v1
with:
version: "1.30.0"

- uses: bufbuild/buf-lint-action@v1

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.4'

- name: Install Buf
run: make buf

- name: Build
run: make build

Expand Down

0 comments on commit e85452f

Please sign in to comment.