Skip to content

Commit

Permalink
Merge pull request #14 from notional-labs/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-go-2.2.0

build(deps): bump actions/setup-go from 2.1.5 to 2.2.0
  • Loading branch information
faddat authored Feb 21, 2022
2 parents 57679db + fa1cbd5 commit 3359732
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
install-tparse:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2.1.5
- uses: actions/setup-go@v2.2.0
with:
go-version: 1.17
- name: Display go version
Expand All @@ -38,7 +38,7 @@ jobs:
go-arch: ["amd64", "arm", "arm64"]
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-go@v2.1.5
- uses: actions/setup-go@v2.2.0
with:
go-version: 1.17
- uses: technote-space/get-diff-action@v6.0.1
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
part: ["00", "01", "02", "03"]
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-go@v2.1.5
- uses: actions/setup-go@v2.2.0
with:
go-version: 1.17
- uses: technote-space/get-diff-action@v6.0.1
Expand Down

0 comments on commit 3359732

Please # to comment.