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 (#526)
This commit is contained in:
parent
8e2c8ebb92
commit
7328ad2cd5
2
.github/workflows/secscan.yaml
vendored
2
.github/workflows/secscan.yaml
vendored
@ -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 ./...'
|
||||
|
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
@ -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
|
||||
|
2
.github/workflows/webui.yaml
vendored
2
.github/workflows/webui.yaml
vendored
@ -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
|
||||
|
@ -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
6
go.mod
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user