fix(deps): update module github.com/armon/go-metrics to v0.5.4 #1066
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: push | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
go: ["1.15.x", "1.16.x", "1.17.x"] | |
steps: | |
- uses: actions/checkout@master | |
- uses: actions/setup-go@v2 | |
with: | |
go-version: ${{ matrix.go }} # The Go version to download (if necessary) and use. | |
- run: make deps build test |