Skip to content

Commit 06ed480

Browse files
Merge pull request #16 from sensu/manisha_pipelineExecution
Fallback Pipeline addition in core/v2
2 parents 3b1d1a8 + c7adcd1 commit 06ed480

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+7254
-6247
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
working_directory: ~/core/<< parameters.module>>
1212
executor:
1313
name: go/default
14-
tag: '1.18'
14+
tag: '1.22'
1515
steps:
1616
- checkout:
1717
path: ~/core

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18-bullseye
1+
FROM golang:1.22-bullseye
22

33
RUN apt-get update && apt-get upgrade -y && apt-get install -y unzip
44

v2/adhoc.pb.go

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v2/any.pb.go

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v2/apikey.pb.go

Lines changed: 78 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)