Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 4.0.1 to 4.1.0 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 14, 2023
1 parent e6d4186 commit 18dfb9f
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 @@ -51,7 +51,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v4.1.0
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v4.1.0
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v4.1.0
with:
go-version: ${{ matrix.go }}
- run: |
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v4.1.0
with:
go-version: ${{ matrix.go }}
- run: |
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@v4.0.1
uses: actions/setup-go@v4.1.0
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v4.1.0
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v4.1.0
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v4.1.0
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit 18dfb9f

Please sign in to comment.