Skip to content

Commit

Permalink
Merge pull request #30 from infraweavers/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-go-4

Bump actions/setup-go from 3 to 4
  • Loading branch information
infraweavers authored Nov 29, 2023
2 parents 8be25a3 + 4da061a commit c4e2089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:

- id: install-go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
steps:

- id: install-go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit c4e2089

Please sign in to comment.