Bump golang to 1.23

Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka 2024-09-18 09:33:53 +02:00
parent bb8fb56f7e
commit a22bd06ab4
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
unit-tests:
strategy:
matrix:
go-version: ["1.22"]
go-version: ["1.23"]
runs-on: ubuntu-latest
steps:
- name: Checkout code

View File

@ -4,7 +4,7 @@ VERSION 0.6
# Framework images should use our initrd
ARG BASE_IMAGE=quay.io/kairos/core-opensuse
# renovate: datasource=docker depName=golang
ARG GO_VERSION=1.22
ARG GO_VERSION=1.23
# renovate: datasource=docker depName=golangci-lint
ARG GOLINT_VERSION=1.59.1