Skip to content

Commit 5777db4

Browse files
committed
Fix Golang Vulcheck
1 parent f74138b commit 5777db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Setup Go
140140
uses: actions/setup-go@v4
141141
with:
142-
go-version: ~1.19.9
142+
go-version: ~1.19.11
143143
- name: Cache Go
144144
id: go-cache
145145
uses: actions/cache@v3

0 commit comments

Comments
 (0)