Skip to content

Commit 7bbc8b5

Browse files
authored
Merge pull request open-telemetry#54 from sethAmazon/fix-vul-check
Fix Golang Vulcheck
2 parents f74138b + 5777db4 commit 7bbc8b5

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)