Skip to content

Commit

Permalink
Update Prometheus Integration Test.yml
Browse files Browse the repository at this point in the history
Edit Go version format to match project go.mod and resolve Action build error
  • Loading branch information
atimeofday authored Jan 6, 2025
1 parent 71066ae commit 09788ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Prometheus Integration Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22.9'

# - name: Build
# run: go build -v ./cmd/collector/
Expand Down

0 comments on commit 09788ae

Please sign in to comment.