Skip to content

Commit

Permalink
Merge pull request #74 from media-streaming-mesh/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
gilesheron authored Dec 7, 2023
2 parents e38b382 + 4471f8a commit d961e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.20"

Expand All @@ -28,7 +28,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.20"

Expand Down

0 comments on commit d961e12

Please sign in to comment.