We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f2bc92 + 87a4e2c commit bc28a8dCopy full SHA for bc28a8d
2 files changed
.github/workflows/test.yml
@@ -20,10 +20,3 @@ jobs:
20
21
- name: Run tests
22
run: make test
23
- # - name: Upload code coverage report to Code Climate
24
- # uses: paambaati/codeclimate-action@v2.7.5
25
- # env:
26
- # CC_TEST_REPORTER_ID: 818f46d463e8fffd6bc6358f89a4d29f80a11806162dcb03c630b3cbec2aeccc
27
- # with:
28
- # coverageLocations: cover.out:gocov
29
- # prefix: github.com/${{ github.repository }}
go.mod
@@ -1,6 +1,6 @@
1
module github.com/appuio/scheduler-canary-controller
2
3
-go 1.25.6
+go 1.26.3
4
5
require (
6
github.com/go-logr/logr v1.4.3
0 commit comments