Skip to content

Commit

Permalink
Bump actions/setup-go from 4 to 5 (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 70ac561 commit 91afd29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
uses: actions/[email protected]
-
name: Setup Go 1.18
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.18
-
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
uses: actions/[email protected]
-
name: Setup Go 1.18
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.18
-
Expand Down

0 comments on commit 91afd29

Please sign in to comment.