Skip to content

Commit

Permalink
Merge pull request open-telemetry#54 from sethAmazon/fix-vul-check
Browse files Browse the repository at this point in the history
Fix Golang Vulcheck
  • Loading branch information
sethAmazon authored Jul 12, 2023
2 parents f74138b + 5777db4 commit 7bbc8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: ~1.19.9
go-version: ~1.19.11
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand Down

0 comments on commit 7bbc8b5

Please sign in to comment.