We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0056db5 commit 668dba9Copy full SHA for 668dba9
.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.1
+ go-version: 1.19.2
21
22
- name: Go Format
23
run: gofmt -s -w . && git diff --exit-code
0 commit comments