Skip to content

Commit d37e758

Browse files
authored
bump Go version to 1.20 (#25)
* bump Go version to 1.20 Signed-off-by: Div2001 <[email protected]> * Go version to 1.20 Signed-off-by: Div2001 <[email protected]> --------- Signed-off-by: Div2001 <[email protected]>
1 parent 6c652c0 commit d37e758

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.18.1
17+
go-version: 1.20.2
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.18
3+
go 1.20
44

55
require (
66
github.com/spf13/cobra v1.3.0

0 commit comments

Comments
 (0)