Merge pull request #996 from dwertent/bump-go-19

Bump go version to 1.19
This commit is contained in:
David Wertenteil
2023-01-03 07:35:39 +02:00
committed by GitHub
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Install MSYS2 & libgit2 (Windows)
shell: cmd
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Install MSYS2 & libgit2 (Windows)
shell: cmd
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine as builder
FROM golang:1.19-alpine as builder
ARG image_version
ARG client
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/kubescape/kubescape/v2
go 1.18
go 1.19
require (
cloud.google.com/go/containeranalysis v0.4.0
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/kubescape/kubescape/v2/httphandler
go 1.18
go 1.19
replace github.com/kubescape/kubescape/v2 => ../