Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 3.1.0 to 3.2.0 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 30, 2022
1 parent 459d509 commit 56b1afc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
stable: 'true'
go-version: ${{ matrix.go }}
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
stable: 'true'
go-version: ${{ matrix.go }}
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
stable: 'true'
go-version: ${{ matrix.go }}
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
stable: 'true'
go-version: ${{ matrix.go }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
stable: 'true'
go-version: ${{ matrix.go }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
stable: 'true'
go-version: ${{ matrix.go }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
stable: 'true'
go-version: ${{ matrix.go }}
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
stable: 'true'
go-version: ${{ matrix.go }}
Expand Down

0 comments on commit 56b1afc

Please sign in to comment.