Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 7f70b4a

Browse files
committed
fix
1 parent bc98e1a commit 7f70b4a

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
@@ -16,5 +16,5 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-go@v4
1818
with:
19-
go-version: '1.21'
19+
go-version: '1.21.0'
2020
- run: make

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-go@v4
1818
with:
19-
go-version: '1.21'
19+
go-version: '1.21.0'
2020

2121
- run: make dist/sqlc-gen-python-orm.wasm.sha256
2222

0 commit comments

Comments
 (0)