Skip to content

Commit

Permalink
Update to go 1.23 for building
Browse files Browse the repository at this point in the history
  • Loading branch information
krmichelos committed Jan 23, 2025
1 parent 193769a commit 51178d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: builds ira-controller
inputs:
go-version:
description: "the version of golang"
default: '1.22'
default: '1.23'
codecov_token:
default: true
runs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
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 golang:1.22 AS builder
FROM golang:1.23 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The TLS secret that is generated from this certificate will then be the one used
## Getting Started

### Prerequisites
- go version v1.22.0+
- go version v1.23.0+
- docker version 26.1+.
- kubectl version v1.29.0+.
- helm version v3.15.2+.
Expand Down

0 comments on commit 51178d8

Please sign in to comment.