Redo code cleanup (#429)
* Code cleanup of routes config loader and API server (#424) (cherry picked from commit1ee3eb4de3) * Refactored server setup and run out of main (#425) (cherry picked from commit05c57c3b85) * Code cleanup in and around connector (#427) (cherry picked from commitb3e88db48c) * Update away from deprecated k8s NewInformer * Tidy up couple of k8s docs examples
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
||||
release:
|
||||
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main
|
||||
with:
|
||||
go-version: "1.24.4"
|
||||
go-version-file: 'go.mod'
|
||||
enable-ghcr: true
|
||||
secrets:
|
||||
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
|
||||
@@ -12,4 +12,4 @@ jobs:
|
||||
build:
|
||||
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
|
||||
with:
|
||||
go-version: "1.24.4"
|
||||
go-version-file: 'go.mod'
|
||||
|
||||
Reference in New Issue
Block a user