Skip to content

Commit 72ca6e4

Browse files
committed
1.24 3 files
Signed-off-by: UJESH KUMAR YADAV <[email protected]>
1 parent 7ac7f18 commit 72ca6e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
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" # By default, the go version is v1.15 in runner.
6363

6464
- name: Check Golang imports order
6565
uses: Jerome1337/[email protected]

chaoscenter/authentication/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# BUILD STAGE
2-
FROM golang:1.22 AS builder
2+
FROM golang:1.24 AS builder
33

44
ARG TARGETOS=linux
55
ARG TARGETARCH

chaoscenter/authentication/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/litmuschaos/litmus/chaoscenter/authentication
22

3-
go 1.25
3+
go 1.24
44

55
require (
66
github.com/coreos/go-oidc/v3 v3.1.0

0 commit comments

Comments
 (0)