We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f5eee6 + 8b95e1e commit b13f455Copy full SHA for b13f455
.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