-
Notifications
You must be signed in to change notification settings - Fork 705
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade go version in all the modules (#4669)
* upgrade go version in all the modules Signed-off-by: Saranya-jena <[email protected]> * upgrade go version in dockerfiles Signed-off-by: Saranya-jena <[email protected]> * upgrade go version in github actions Signed-off-by: Saranya-jena <[email protected]> * updated go sum Signed-off-by: Saranya-jena <[email protected]> * updated subscriber dockerfile Signed-off-by: Saranya-jena <[email protected]> --------- Signed-off-by: Saranya-jena <[email protected]>
- Loading branch information
1 parent
720214c
commit cc2aa27
Showing
17 changed files
with
58 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ jobs: | |
|
||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: "1.20" # By default, the go version is v1.15 in runner. | ||
go-version: "1.22" # By default, the go version is v1.15 in runner. | ||
|
||
- name: Check Golang imports order | ||
uses: Jerome1337/[email protected] | ||
|
@@ -104,7 +104,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: "1.20" # By default, the go version is v1.15 in runner. | ||
go-version: "1.22" # By default, the go version is v1.15 in runner. | ||
- name: Backend unit tests | ||
shell: bash | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# BUILD STAGE | ||
FROM golang:1.20 AS builder | ||
FROM golang:1.22 AS builder | ||
|
||
ARG TARGETOS=linux | ||
ARG TARGETARCH | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# BUILD STAGE | ||
FROM golang:1.20 AS builder | ||
FROM golang:1.22 AS builder | ||
|
||
LABEL maintainer="LitmusChaos" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# BUILD STAGE | ||
FROM golang:1.20 AS builder | ||
FROM golang:1.22 AS builder | ||
|
||
LABEL maintainer="LitmusChaos" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# BUILD STAGE | ||
FROM golang:1.20 AS builder | ||
FROM golang:1.22 AS builder | ||
|
||
LABEL maintainer="LitmusChaos" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.