Skip to content

Commit 5e78813

Browse files
authored
Update go.yml
1 parent 8fd86a8 commit 5e78813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go
1414
uses: actions/setup-go@v4
1515
with:
16-
go-version: '1.22'
16+
go-version: '1.22.2'
1717
- name: Build
1818
run: go build -v ./...
1919
- name: Test

0 commit comments

Comments
 (0)