Skip to content

Commit

Permalink
[tests only] Bump actions/setup-go from 3 to 4 (ddev#4771)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 21, 2023
1 parent 05ac85f commit 0a2c5ce
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/colima-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.20'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: matrix.os == 'ubuntu-22.04'
run: ./.github/workflows/linux-setup.sh

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.20'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.20'
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install build tools
run: ./.github/workflows/linux-build-setup.sh

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.20'

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
with:
# We need to get all branches and tags for git describe to work properly
fetch-depth: 0
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.20'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install build tools
run: ./.github/workflows/linux-build-setup.sh

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.20'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: Homebrew/actions/setup-homebrew@master
- name: Install Docker and deps (Linux)
run: ./.github/workflows/linux-setup.sh
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.20'

Expand Down

0 comments on commit 0a2c5ce

Please sign in to comment.