Skip to content

Commit

Permalink
Merge pull request #97 from americanexpress/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-go-5

chore(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
grinish21 authored Feb 7, 2024
2 parents d3515e2 + 7caad06 commit 4877d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ^1.18
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ^1.18
- name: Checkout repo
Expand Down

0 comments on commit 4877d6b

Please sign in to comment.