Skip to content

Commit

Permalink
Merge pull request #14 from ckotzbauer/renovate/actions-setup-go-3.x
Browse files Browse the repository at this point in the history
deps: update actions/setup-go action to v3
  • Loading branch information
ckotzbauer authored Mar 5, 2022
2 parents 3c37dd4 + 402d6ef commit d4e2d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '1.17'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '1.17'
- name: Setup Node
Expand Down

0 comments on commit d4e2d8f

Please sign in to comment.