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 99ddfab commit 667a6e8Copy full SHA for 667a6e8
.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.17
+ go-version: 1.18.1
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.17
+go 1.18
4
5
require (
6
github.com/pkg/errors v0.9.1
0 commit comments