We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd86a8 commit 5e78813Copy full SHA for 5e78813
.github/workflows/go.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Go
14
uses: actions/setup-go@v4
15
with:
16
- go-version: '1.22'
+ go-version: '1.22.2'
17
- name: Build
18
run: go build -v ./...
19
- name: Test
0 commit comments