Skip to content

Commit 4914f74

Browse files
committed
ci.yml typo fixed
1 parent 58827c1 commit 4914f74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v4
1919
with:
20-
go-version: "1.20"
20+
go-version: "1.23"
2121

2222
- name: Create env files for CI
2323
run: |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/devmanishoffl/sabhyatam
22

3-
go 1.22.6
3+
go 1.23

0 commit comments

Comments
 (0)