Skip to content

Commit

Permalink
Merge pull request #29 from patrickdappollonio/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/setup-go-4

Bump actions/setup-go from 3 to 4
  • Loading branch information
patrickdappollonio authored Apr 6, 2023
2 parents 4c2116c + 189f17b commit 80a2b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Clone repository
uses: actions/[email protected]
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Test application
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Test application
Expand Down

0 comments on commit 80a2b1d

Please sign in to comment.