Skip to content

Commit

Permalink
chore(deps): update go to 1.22 (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
rriski authored Jun 14, 2024
1 parent a2949c5 commit 2b8fbc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lint:

runtimes:
enabled:
- go@1.21.4
- go@1.22.4
- [email protected]
- [email protected]

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.21 AS builder
FROM --platform=$BUILDPLATFORM golang:1.22 AS builder

WORKDIR /workspace
# Copy the Go Modules manifests
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/aiven/aiven-operator

go 1.21
go 1.22

require (
github.com/aiven/aiven-go-client/v2 v2.23.0
Expand Down

0 comments on commit 2b8fbc4

Please sign in to comment.