Skip to content

Commit

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

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
gilesheron authored Dec 7, 2023
2 parents cb452db + f7dc96d commit c3f21f1
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 c3f21f1

Please sign in to comment.