File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed
upgrade-agents/control-plane Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 5959 uses : actions/checkout@v4
6060 - uses : actions/setup-go@v5
6161 with :
62- go-version : " 1.22 " # By default, the go version is v1.15 in runner.
62+ go-version : " 1.24.0 " # By default, the go version is v1.15 in runner.
6363
6464 - name : Check Golang imports order
6565 uses :
Jerome1337/[email protected] 9999 uses : actions/checkout@v4
100100 - uses : actions/setup-go@v5
101101 with :
102- go-version : " 1.22 " # By default, the go version is v1.15 in runner.
102+ go-version : " 1.24.0 " # By default, the go version is v1.15 in runner.
103103 - name : Backend unit tests
104104 shell : bash
105105 run : |
Original file line number Diff line number Diff line change 11# BUILD STAGE
2- FROM golang:1.22 AS builder
2+ FROM golang:1.24.0 AS builder
33
44ARG TARGETOS=linux
55ARG TARGETARCH
Original file line number Diff line number Diff line change 11module github.com/litmuschaos/litmus/chaoscenter/authentication
22
3- go 1.25
3+ go 1.24.0
44
55require (
66 github.com/coreos/go-oidc/v3 v3.1.0
Original file line number Diff line number Diff line change 11# BUILD STAGE
2- FROM golang:1.22 AS builder
2+ FROM golang:1.24.0 AS builder
33
44LABEL maintainer="LitmusChaos"
55
Original file line number Diff line number Diff line change 11module github.com/litmuschaos/litmus/chaoscenter/event-tracker
22
3- go 1.25
3+ go 1.24.0
44
55require (
66 github.com/jmespath/go-jmespath v0.4.0
Original file line number Diff line number Diff line change 11# BUILD STAGE
2- FROM golang:1.22 AS builder
2+ FROM golang:1.24.0 AS builder
33
44LABEL maintainer="LitmusChaos"
55
Original file line number Diff line number Diff line change 11module github.com/litmuschaos/litmus/chaoscenter/graphql/server
22
3- go 1.25
3+ go 1.24.0
44
55require (
66 github.com/99designs/gqlgen v0.17.49
Original file line number Diff line number Diff line change 11# BUILD STAGE
2- FROM golang:1.22 AS builder
2+ FROM golang:1.24.0 AS builder
33
44LABEL maintainer="LitmusChaos"
55
Original file line number Diff line number Diff line change 11module subscriber
22
3- go 1.25
3+ go 1.24.0
44
55require (
66 github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
Original file line number Diff line number Diff line change 11# BUILD STAGE
2- FROM golang:1.22 AS builder
2+ FROM golang:1.24.0 AS builder
33
44LABEL maintainer="LitmusChaos"
55
You can’t perform that action at this time.
0 commit comments