Skip to content

Commit

Permalink
Merge pull request #417 from ava-labs/update-buf
Browse files Browse the repository at this point in the history
Update buf
  • Loading branch information
geoff-vball authored Aug 7, 2024
2 parents a4d046e + 499ece8 commit 5036b8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
submodules: recursive

- name: Install buf
uses: bufbuild/buf-setup-action@v1.35.1
uses: bufbuild/buf-setup-action@v1.36.0

- name: Run E2E Tests
run: AVALANCHEGO_BUILD_PATH=/tmp/e2e-test/avalanchego DATA_DIR=/tmp/e2e-test/data ./scripts/e2e_test.sh
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
go-version-file: 'go.mod'

- name: Install buf
uses: bufbuild/buf-setup-action@v1.35.1
uses: bufbuild/buf-setup-action@v1.36.0

- name: Run Lint
run: ./scripts/lint.sh --go-lint
Expand Down
2 changes: 1 addition & 1 deletion scripts/protobuf_codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RELAYER_PATH=$(
source $RELAYER_PATH/scripts/versions.sh

## ensure the correct version of "buf" is installed
BUF_VERSION='1.35.1'
BUF_VERSION='1.36.0'
if [[ $(buf --version | cut -f2 -d' ') != "${BUF_VERSION}" ]]; then
echo "could not find buf ${BUF_VERSION}, is it installed + in PATH?"
exit 255
Expand Down

0 comments on commit 5036b8d

Please sign in to comment.