Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(vulnerabilities): Adds vulnerability fixes for experiment image #697

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update go version to 1.19
Signed-off-by: Udit Gaurav <udit.gaurav@harness.io>
uditgaurav committed Apr 26, 2024
commit 87e5e4135d271522d79c2bb591ab548370006383
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.19

- uses: actions/checkout@v2
with:
@@ -44,7 +44,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.19

- uses: actions/checkout@v2
with:
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.19
- uses: actions/checkout@v2

#TODO: Add Dockerfile linting
@@ -43,7 +43,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.19
- uses: actions/checkout@v2

- name: Set up QEMU
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.19
- uses: actions/checkout@v2

#TODO: Add Dockerfile linting
@@ -28,7 +28,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.19
- uses: actions/checkout@v2

- name: Set Tag
6 changes: 3 additions & 3 deletions .github/workflows/run-e2e-on-pr-commits.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.19

- uses: actions/checkout@v2
with:
@@ -74,7 +74,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.19

- uses: actions/checkout@v2
with:
@@ -133,7 +133,7 @@ jobs:
# Install golang
- uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.19

- uses: actions/checkout@v2
with:
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Multi-stage docker build
# Build stage
FROM golang:1.20 AS builder
FROM golang:1.19 AS builder

ARG TARGETOS=linux
ARG TARGETARCH
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/litmuschaos/litmus-go

go 1.20
go 1.19

require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24