Skip to content

Commit

Permalink
Github builder: go v1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
proofrock committed Jun 19, 2024
1 parent f02248c commit 9e1cf2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '1.22.0'
go-version: "1.22.4"

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

- uses: actions/setup-go@v5
with:
go-version: '1.22.0'
go-version: "1.22.4"

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

0 comments on commit 9e1cf2a

Please sign in to comment.