Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
printf 'version: v2\nplugins:\n - remote: buf.build/protocolbuffers/go\n out: gen/go\n opt: paths=source_relative\n - remote: buf.build/grpc/go\n out: gen/go\n opt: paths=source_relative\n' > buf.gen.go-only.yaml
buf generate --template buf.gen.go-only.yaml

- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
printf 'version: v2\nplugins:\n - remote: buf.build/protocolbuffers/go\n out: gen/go\n opt: paths=source_relative\n - remote: buf.build/grpc/go\n out: gen/go\n opt: paths=source_relative\n' > buf.gen.go-only.yaml
buf generate --template buf.gen.go-only.yaml

- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
printf 'version: v2\nplugins:\n - remote: buf.build/protocolbuffers/go\n out: gen/go\n opt: paths=source_relative\n - remote: buf.build/grpc/go\n out: gen/go\n opt: paths=source_relative\n' > buf.gen.go-only.yaml
buf generate --template buf.gen.go-only.yaml

- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
printf 'version: v2\nplugins:\n - remote: buf.build/protocolbuffers/go\n out: gen/go\n opt: paths=source_relative\n - remote: buf.build/grpc/go\n out: gen/go\n opt: paths=source_relative\n' > buf.gen.go-only.yaml
buf generate --template buf.gen.go-only.yaml

- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
printf 'version: v2\nplugins:\n - remote: buf.build/protocolbuffers/go\n out: gen/go\n opt: paths=source_relative\n - remote: buf.build/grpc/go\n out: gen/go\n opt: paths=source_relative\n' > buf.gen.go-only.yaml
buf generate --template buf.gen.go-only.yaml

- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
printf 'version: v2\nplugins:\n - remote: buf.build/protocolbuffers/go\n out: gen/go\n opt: paths=source_relative\n - remote: buf.build/grpc/go\n out: gen/go\n opt: paths=source_relative\n' > buf.gen.go-only.yaml
buf generate --template buf.gen.go-only.yaml

- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
repository: AgentAnycast/agentanycast-identity
path: agentanycast-identity

- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
Expand Down
Loading