We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58827c1 commit 4914f74Copy full SHA for 4914f74
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Go
18
uses: actions/setup-go@v4
19
with:
20
- go-version: "1.20"
+ go-version: "1.23"
21
22
- name: Create env files for CI
23
run: |
go.mod
@@ -1,3 +1,3 @@
1
module github.com/devmanishoffl/sabhyatam
2
3
-go 1.22.6
+go 1.23
0 commit comments