Skip to content

Commit 667a6e8

Browse files
bump Go version to 1.18
Signed-off-by: Madhav Jivrajani <[email protected]>
1 parent 99ddfab commit 667a6e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v2
1616
with:
17-
go-version: 1.17
17+
go-version: 1.18.1
1818

1919
- name: Set env
2020
shell: bash

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kubernetes-sigs/maintainers
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/pkg/errors v0.9.1

0 commit comments

Comments
 (0)