Skip to content

Commit

Permalink
Merge branch 'node-split/node-service' into smeshing-service
Browse files Browse the repository at this point in the history
  • Loading branch information
acud authored Oct 30, 2024
2 parents d7825fe + 4d6b25a commit 337eff5
Show file tree
Hide file tree
Showing 402 changed files with 14,353 additions and 4,900 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Default owners for the repository.
# Unless further specified all of those will be requested for review whenever someone opens a PR.
# These are also the only users who are allowed to `bors try` and `bors merge`.
* @dshulyak @fasmat @poszu @ivan4th @acud
* @dshulyak @fasmat @poszu @ivan4th @acud @jellonek
2 changes: 1 addition & 1 deletion .github/workflows/api-swagger-ui.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and Push Swagger-UI

env:
go-version: "1.22"
go-version: "1.23"

on:
# Allow manually triggering this workflow
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI

env:
go-version: "1.22"
go-version: "1.23"
GCLOUD_KEY: ${{ secrets.GCLOUD_KEY }}
PROJECT_NAME: ${{ secrets.PROJECT_NAME }}
CLUSTER_NAME: ${{ secrets.CLUSTER_NAME }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: setup env
run: make install
- name: lint
run: make lint-github-action
run: make lint

build:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -206,8 +206,6 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

unittests:
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ database/data

vendor/*
systest/vendor/*
.run/*
.run/*
Loading

0 comments on commit 337eff5

Please sign in to comment.