Skip to content

Commit 41f19cd

Browse files
Challa ReddyHarness
authored andcommitted
fix: [CCM-31958]: Fix EOL Go version in CI workflow (#55)
* d52378 fix: [CCM-31958]: Changed the Go version in ci.yaml to consistently use 1.25
1 parent 2e46b12 commit 41f19cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
pull_request:
1111

1212
env:
13-
GO_VERSION: 1.16
13+
GO_VERSION: 1.25
1414
GOFLAGS: -mod=readonly
1515

1616
jobs:

0 commit comments

Comments
 (0)