Skip to content

Commit

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

Bump actions/setup-go from 2.2.0 to 3
  • Loading branch information
0x46616c6b committed Mar 4, 2022
2 parents 95eae60 + fc6a775 commit b65a249
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 @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

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

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3
with:
go-version: '1.17.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 @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3

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

Expand Down

0 comments on commit b65a249

Please sign in to comment.