We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02248c commit 9e1cf2aCopy full SHA for 9e1cf2a
1 file changed
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- uses: actions/setup-go@v5
20
with:
21
- go-version: '1.22.0'
+ go-version: "1.22.4"
22
23
- name: Modify ws4sqlite.exe
24
run: sed -i 's/v0\.0\.0/${{ github.ref_name }}/g' ws4sqlite.go
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
0 commit comments