Skip to content

Commit

Permalink
fix: set go-version to 1.22.0 in verify col workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir David authored and Tamir David committed Jun 26, 2024
1 parent 5883f56 commit 863e289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-collector-ocb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.22.0"
- name: Generate collector with ocb
working-directory: ./collector
run: "make genodigoscol"
Expand Down

0 comments on commit 863e289

Please sign in to comment.