Skip to content

Commit

Permalink
fix undefined time.Now().UnixMilli for go collector
Browse files Browse the repository at this point in the history
  • Loading branch information
empiredan committed Dec 11, 2023
1 parent fa82854 commit 7c53f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_and_test_collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.14
go-version: 1.17
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.17
- name: Build
working-directory: ./collector
run: make

0 comments on commit 7c53f3b

Please sign in to comment.