Skip to content

Commit

Permalink
Merge pull request #13581 from juju/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-2.1.5

Bump actions/setup-go from 2.1.4 to 2.1.5
  • Loading branch information
wallyworld committed Jan 6, 2022
2 parents 5971824 + 3f037e0 commit 8b6d363
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2.1.4
uses: actions/setup-go@v2.1.5
with:
go-version: "1.17"
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/client-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:

- name: Set up Go 1.17
uses: actions/setup-go@v2.1.4
uses: actions/setup-go@v2.1.5
with:
go-version: 1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/microk8s-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Set up Go 1.14 for building juju
uses: actions/setup-go@v2.1.4
uses: actions/setup-go@v2.1.5
with:
go-version: "1.14"
id: go
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:

- name: Set up Go 1.17
uses: actions/setup-go@v2.1.4
uses: actions/setup-go@v2.1.5
with:
go-version: 1.17
id: go
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
steps:

- name: Set up Go 1.17
uses: actions/setup-go@v2.1.4
uses: actions/setup-go@v2.1.5
with:
go-version: 1.17
id: go
Expand Down

0 comments on commit 8b6d363

Please sign in to comment.