Skip to content

Commit

Permalink
* bump arduino/setup-protoc to v3
Browse files Browse the repository at this point in the history
* go mod tidy for flytectl/go.mod

Signed-off-by: Ryan Lo <[email protected]>
  • Loading branch information
lowc1012 committed May 31, 2024
1 parent da6db3d commit 0f3c597
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go_generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
working-directory: ${{ inputs.component }}
steps:
- uses: actions/checkout@v4
- uses: arduino/setup-protoc@v1
- uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.FLYTE_BOT_PAT }}
- uses: bufbuild/buf-setup-action@v1
Expand Down
4 changes: 3 additions & 1 deletion flytectl/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/flyteorg/flyte/flytectl

go 1.21
go 1.22

toolchain go1.22.0

require (
github.com/apoorvam/goterminal v0.0.0-20180523175556-614d345c47e5
Expand Down

0 comments on commit 0f3c597

Please sign in to comment.