Skip to content

Commit 8b95e1e

Browse files
ci: bump go version
1 parent 4f5eee6 commit 8b95e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Go
1818
uses: actions/setup-go@v3
1919
with:
20-
go-version: 1.19
20+
go-version: 1.19.1
2121

2222
- name: Go Format
2323
run: gofmt -s -w . && git diff --exit-code

0 commit comments

Comments
 (0)