Skip to content

Commit

Permalink
go.mod, golangci-lint: update base Go version to 1.20
Browse files Browse the repository at this point in the history
Fixes: d6c423c ("Update Go to 1.20.1")
Fixes: 20c0b7c ("ci, make: update golangci-lint to v1.51.0")

Reported-by: André Martins <andre@cilium.io>
Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
tklauser authored and YutaroHayakawa committed Mar 6, 2023
1 parent 662aad7 commit 764c247
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ linters-settings:
goimports:
local-prefixes: github.com/cilium/cilium
staticcheck:
go: "1.19"
go: "1.20"
unused:
go: "1.19"
go: "1.20"
goheader:
values:
regexp:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cilium/cilium

go 1.19
go 1.20

require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
Expand Down

0 comments on commit 764c247

Please sign in to comment.