diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8b94d21b..7e839b76 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # These owners will be the default owners for everything in the repo -* @Sakshi-dell @shenda1 @nikitajoshi1 @doriac11 @shekhar-j +* @Sakshi-dell @shenda1 @doriac11 @shekhar-j @AnikaAgiwal2711 @Krishnan-Priyanshu @rounak-adhikary @Krunal-Thakkar diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6eafdc2e..8a7347ed 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ on: schedule: - cron: '0 6 * * *' push: - branches: [ "dev" ] + branches: [ "main" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -28,7 +28,7 @@ permissions: env: # Go language version to use for building. This value should also be updated # in the testing workflow if changed. - GO_VERSION: '1.22' + GO_VERSION: '1.23' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: