Skip to content

Commit

Permalink
Bump Golang to 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay committed Jan 22, 2025
1 parent 5c6e0f4 commit 0365373
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: golang:1.22
- image: golang:1.23
steps:
- checkout
- run: |
Expand All @@ -11,7 +11,7 @@ jobs:
lint:
docker:
- image: golang:1.22
- image: golang:1.23
steps:
- checkout
- run: |
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
generate:
docker:
- image: golang:1.22
- image: golang:1.23
steps:
- checkout
- run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.22.8-alpine3.20 as builder
FROM --platform=$BUILDPLATFORM golang:1.23.5-alpine3.20 as builder

ARG TARGETOS
ARG TARGETARCH
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/observatorium/api

go 1.22.0

toolchain go1.22.8
go 1.23.0

require (
github.com/brancz/kube-rbac-proxy v0.16.1
Expand Down

0 comments on commit 0365373

Please sign in to comment.