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.
1 parent 6c652c0 commit d37e758Copy full SHA for d37e758
.github/workflows/audit.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Go
15
uses: actions/setup-go@v2
16
with:
17
- go-version: 1.18.1
+ go-version: 1.20.2
18
19
- name: Set env
20
shell: bash
go.mod
@@ -1,6 +1,6 @@
1
module github.com/kubernetes-sigs/maintainers
2
3
-go 1.18
+go 1.20
4
5
require (
6
github.com/spf13/cobra v1.3.0
0 commit comments