Skip to content

Commit

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

Bump actions/setup-go from 2 to 3
  • Loading branch information
lufia authored Apr 12, 2022
2 parents 0ef0782 + 84876a6 commit 6958765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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: |
Expand Down

0 comments on commit 6958765

Please sign in to comment.