Skip to content

Commit

Permalink
Merge pull request #70 from moov-io/renovate/actions-setup-go-5.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-go action to v5
  • Loading branch information
adamdecaf authored Aug 30, 2024
2 parents 542b999 + d4e934e commit 057cf6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
version: [stable, oldstable]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.version }}
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nocgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
version: [stable, oldstable]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.version }}
id: go
Expand Down

0 comments on commit 057cf6e

Please sign in to comment.