Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump go version to 1.22.4 (#1826)
Browse files Browse the repository at this point in the history
* chore(deps): bump go version to 1.22.4

* chore(deps): bump kics plugin go image version

* chore: bump go-sdk example image
  • Loading branch information
ramizpolic authored Jun 21, 2024
1 parent 16deaba commit 6683c55
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.2
1.22.4
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ possible, and, if possible, a test case.
For the `gopls` language server to index the whole project, it is possible to create a local `go.work` file including the current go version used and the modules, followed by running `go mod tidy`, such as:

```text
go 1.22.2
go 1.22.4
use (
./api
Expand Down
2 changes: 1 addition & 1 deletion api/client/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/api/client

go 1.22.2
go 1.22.4

require (
github.com/deepmap/oapi-codegen/v2 v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion api/server/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/api/server

go 1.22.2
go 1.22.4

require (
github.com/CiscoM31/godata v1.0.10
Expand Down
2 changes: 1 addition & 1 deletion api/types/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/api/types

go 1.22.2
go 1.22.4

require (
github.com/deepmap/oapi-codegen/v2 v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion cli/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/cli

go 1.22.2
go 1.22.4

require (
github.com/CycloneDX/cyclonedx-go v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion containerruntimediscovery/client/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/containerruntimediscovery/client

go 1.22.2
go 1.22.4

require (
github.com/openclarity/vmclarity/api/types v0.7.1
Expand Down
2 changes: 1 addition & 1 deletion containerruntimediscovery/server/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/containerruntimediscovery/server

go 1.22.2
go 1.22.4

require (
github.com/openclarity/vmclarity/api/types v0.7.1
Expand Down
2 changes: 1 addition & 1 deletion containerruntimediscovery/types/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/containerruntimediscovery/types

go 1.22.2
go 1.22.4

require github.com/openclarity/vmclarity/api/types v0.7.1

Expand Down
2 changes: 1 addition & 1 deletion core/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/core

go 1.22.2
go 1.22.4

require (
github.com/google/go-cmp v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/e2e

go 1.22.2
go 1.22.4

require (
github.com/go-viper/mapstructure/v2 v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion e2e/testdata/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/openclarity/vmclarity/e2e/testdata

go 1.22.2
go 1.22.4

require github.com/google/uuid v1.6.0
2 changes: 1 addition & 1 deletion installation/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/installation

go 1.22.2
go 1.22.4

require github.com/openclarity/vmclarity/utils v0.7.1

Expand Down
2 changes: 1 addition & 1 deletion orchestrator/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/orchestrator

go 1.22.2
go 1.22.4

require (
github.com/Portshift/go-utils v0.0.0-20220421083203-89265d8a6487
Expand Down
2 changes: 1 addition & 1 deletion plugins/runner/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/plugins/runner

go 1.22.2
go 1.22.4

require (
github.com/deepmap/oapi-codegen/v2 v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/sdk-go/example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.22.3-alpine3.18@sha256:d1a601b64de09e2fa38c95e55838961811d5ca11062a8f4230a5c434b3ae2a34 AS builder
FROM --platform=$BUILDPLATFORM golang:1.22.4-alpine3.19@sha256:d9b1f00c269b4f82b8a28c87b4feeb34164305b29f6ce37f5c8cb076aac691c3 AS builder

ARG TARGETOS TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion plugins/sdk-go/example/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/plugins/sdk-go/example

go 1.22.2
go 1.22.4

require github.com/openclarity/vmclarity/plugins/sdk-go v0.7.1

Expand Down
2 changes: 1 addition & 1 deletion plugins/sdk-go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/plugins/sdk-go

go 1.22.2
go 1.22.4

require (
github.com/deepmap/oapi-codegen/v2 v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/store/kics/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.22.3-alpine3.18@sha256:d1a601b64de09e2fa38c95e55838961811d5ca11062a8f4230a5c434b3ae2a34 AS builder
FROM --platform=$BUILDPLATFORM golang:1.22.4-alpine3.19@sha256:d9b1f00c269b4f82b8a28c87b4feeb34164305b29f6ce37f5c8cb076aac691c3 AS builder

WORKDIR /artifacts

Expand Down
2 changes: 1 addition & 1 deletion plugins/store/kics/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/plugins/store/kics

go 1.22.2
go 1.22.4

require (
github.com/Checkmarx/kics v1.7.13
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/provider

go 1.22.2
go 1.22.4

require (
cloud.google.com/go/compute v1.27.0
Expand Down
2 changes: 1 addition & 1 deletion scanner/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/scanner

go 1.22.2
go 1.22.4

require (
github.com/CycloneDX/cyclonedx-go v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion testenv/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/testenv

go 1.22.2
go 1.22.4

require (
cloud.google.com/go/compute v1.27.0
Expand Down
2 changes: 1 addition & 1 deletion uibackend/client/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/uibackend/client

go 1.22.2
go 1.22.4

require (
github.com/deepmap/oapi-codegen/v2 v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion uibackend/server/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/uibackend/server

go 1.22.2
go 1.22.4

require (
github.com/Portshift/go-utils v0.0.0-20220421083203-89265d8a6487
Expand Down
2 changes: 1 addition & 1 deletion uibackend/types/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/uibackend/types

go 1.22.2
go 1.22.4

require github.com/deepmap/oapi-codegen/v2 v2.2.0

Expand Down
2 changes: 1 addition & 1 deletion utils/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/utils

go 1.22.2
go 1.22.4

require (
github.com/go-viper/mapstructure/v2 v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion workflow/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openclarity/vmclarity/workflow

go 1.22.2
go 1.22.4

require (
github.com/heimdalr/dag v1.4.0
Expand Down

0 comments on commit 6683c55

Please sign in to comment.