Skip to content

Commit

Permalink
Merge pull request #745 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
H1rono authored May 10, 2024
2 parents 321bc79 + 3d8d9bd commit ead4077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
id: go
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
id: go
Expand Down

0 comments on commit ead4077

Please sign in to comment.