Skip to content

Commit

Permalink
Merge pull request #354 from essentialkaos/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…develop/actions/setup-go-4

Bump actions/setup-go from 3 to 4
  • Loading branch information
andyone authored Mar 16, 2023
2 parents 2754f46 + fc227c6 commit d19da03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '1.19.x'

Expand Down

0 comments on commit d19da03

Please sign in to comment.