1
0
mirror of https://github.com/kairos-io/kairos-agent.git synced 2025-05-10 01:14:31 +00:00

Bump go to 1.23.1 ()

This commit is contained in:
Itxaka 2024-09-10 15:29:49 +02:00 committed by GitHub
parent 8e2c8ebb92
commit 7328ad2cd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 9 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@master
uses: securego/gosec@v2.21.0
with:
# we let the report trigger content trigger a failure using the GitHub Security features.
args: '-no-fail -fmt sarif -out results.sarif ./...'

View File

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

View File

@ -12,7 +12,7 @@ jobs:
webui:
strategy:
matrix:
go-version: [ "1.22-bookworm" ]
go-version: [ "1.23-bookworm" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

View File

@ -3,7 +3,7 @@ FROM alpine
# renovate: datasource=docker depName=golang
ARG --global GOLINT_VERSION=1.52.2
# renovate: datasource=docker depName=golang
ARG --global GO_VERSION=1.22-bookworm
ARG --global GO_VERSION=1.23-bookworm
# renovate: datasource=docker depName=cypress/base
ARG --global CYPRESS_VERSION=18.16.0

6
go.mod
View File

@ -1,6 +1,6 @@
module github.com/kairos-io/kairos-agent/v2
go 1.22.5
go 1.23.1
require (
github.com/Masterminds/semver/v3 v3.3.0
@ -40,8 +40,6 @@ require (
github.com/distribution/reference v0.6.0
github.com/gofrs/uuid v4.4.0+incompatible
github.com/google/go-github/v64 v64.0.0
github.com/google/go-github/v64 v64.0.0
github.com/twpayne/go-vfs/v5 v5.0.4
github.com/twpayne/go-vfs/v5 v5.0.4
)
@ -70,8 +68,6 @@ require (
github.com/cloudflare/circl v1.3.7 // indirect
github.com/containerd/cgroups v1.1.0 // indirect
github.com/containerd/console v1.0.4-0.20230706203907-8f6c4e4faef5 // indirect
github.com/containerd/containerd v1.7.20 // indirect
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
github.com/containerd/containerd v1.7.21 // indirect
github.com/containerd/continuity v0.4.2 // indirect
github.com/containerd/errdefs v0.1.0 // indirect