Skip to content

Commit

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

Bump actions/setup-go from 3 to 5
  • Loading branch information
Arthur1 authored Mar 7, 2024
2 parents 3a7701f + 171e86a commit 06a68f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: 1.22.x
- uses: golangci/golangci-lint-action@v3
Expand All @@ -28,7 +28,7 @@ jobs:
go: ["1.22.x", "1.21.x"]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v3
Expand Down

0 comments on commit 06a68f1

Please sign in to comment.