Skip to content

Commit

Permalink
Use Golang 1.21 for lint and build the test images (#2387)
Browse files Browse the repository at this point in the history
Signed-off-by: Israel Blancas <[email protected]>
  • Loading branch information
iblancasa authored Dec 11, 2023
1 parent 597ada4 commit 0450ea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
run:
go: '1.20'
go: '1.21'
timeout: 10m

linters-settings:
goimports:
local-prefixes: github.com/jaegertracing/jaeger-operator
gosimple:
go: "1.20"
go: "1.21"

linters:
enable:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.asserts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.20 as builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21 as builder

WORKDIR /workspace

Expand Down

0 comments on commit 0450ea4

Please sign in to comment.