Skip to content

Commit

Permalink
Merge pull request #32 from mackerelio/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-go-3

Bump actions/setup-go from 2 to 3
  • Loading branch information
mechairoi committed May 25, 2022
2 parents 1950815 + 89a32cc commit ec43fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: go run ./cmd/osstat

0 comments on commit ec43fd2

Please sign in to comment.