Skip to content

Commit 9e1cf2a

Browse files
committed
Github builder: go v1.22.4
1 parent f02248c commit 9e1cf2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.22.0'
21+
go-version: "1.22.4"
2222

2323
- name: Modify ws4sqlite.exe
2424
run: sed -i 's/v0\.0\.0/${{ github.ref_name }}/g' ws4sqlite.go
@@ -37,7 +37,7 @@ jobs:
3737

3838
- uses: actions/setup-go@v5
3939
with:
40-
go-version: '1.22.0'
40+
go-version: "1.22.4"
4141

4242
- name: Modify ws4sqlite.exe
4343
run: sed -i 's/v0\.0\.0/${{ github.ref_name }}/g' ws4sqlite.go

0 commit comments

Comments
 (0)