We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5eee6 commit 8b95e1eCopy full SHA for 8b95e1e
.github/workflows/ci.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install Go
18
uses: actions/setup-go@v3
19
with:
20
- go-version: 1.19
+ go-version: 1.19.1
21
22
- name: Go Format
23
run: gofmt -s -w . && git diff --exit-code
0 commit comments