Skip to content

Commit

Permalink
Merge pull request #26 from systemli/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-2.2.0

Bump actions/setup-go from 2.1.5 to 2.2.0
  • Loading branch information
0x46616c6b committed Feb 20, 2022
2 parents 0e82d0d + eae3967 commit de127be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2.4.0

- name: Setup go
uses: actions/setup-go@v2.1.5
uses: actions/setup-go@v2.2.0
with:
go-version: '1.16.x'

Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2.4.0

- name: Setup go
uses: actions/setup-go@v2.1.5
uses: actions/setup-go@v2.2.0
with:
go-version: '1.16.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Setup go
uses: actions/setup-go@v2.1.5
uses: actions/setup-go@v2.2.0
with:
go-version: 1.16.x

Expand Down

0 comments on commit de127be

Please sign in to comment.