bump go version to 1.19

This commit is contained in:
David Wertenteil
2022-12-28 23:18:03 +02:00
parent 108a2d6dd8
commit d6b8f5862f
5 changed files with 5 additions and 5 deletions

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

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

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

2
go.mod
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

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 => ../