Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
v-zhuravlev authored Dec 10, 2024
2 parents 5718217 + 0481187 commit 40a57b9
Show file tree
Hide file tree
Showing 20 changed files with 586 additions and 440 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.18
go-version: 1.23
- name: Install CI dependencies
run: make install-ci-deps
- name: Lint and Format
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.18
go-version: 1.23
- name: Install CI dependencies
run: make install-ci-deps
- name: Run Tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-mixins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.18
go-version: 1.23

- name: Install CI dependencies
run: make install-ci-deps
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.18
go-version: 1.23

- name: Install CI dependencies
run: make install-ci-deps
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install-ci-deps:
go install github.com/google/go-jsonnet/cmd/[email protected]
go install github.com/google/go-jsonnet/cmd/[email protected]
go install github.com/google/go-jsonnet/cmd/[email protected]
go install github.com/monitoring-mixins/mixtool/cmd/mixtool@a9e78b0942a4186162bf170efde7b4b3167d31a4
go install github.com/monitoring-mixins/mixtool/cmd/mixtool@a8984473edc33da685bd5f2138eab9cf6a0ff2b7
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/[email protected]

fmt:
Expand Down
Loading

0 comments on commit 40a57b9

Please sign in to comment.