Skip to content

Commit

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

⬆️ Bump actions/setup-go from 4 to 5
  • Loading branch information
ikura-hamu authored Dec 10, 2023
2 parents 5f884ef + 5423087 commit 542acbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go build -o collection
Expand All @@ -26,7 +26,7 @@ jobs:
- 2375:2375
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go generate ./...
Expand All @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v4
# go generate用に、golangci-lintの前にGoのinstallをする
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go generate ./...
Expand Down

0 comments on commit 542acbd

Please sign in to comment.