Skip to content

Commit

Permalink
Bump actions/setup-go from 3.5.0 to 4.0.0 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 26, 2023
1 parent 9c404f1 commit bede266
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/archlinuxarm-armv7-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.0.0
with:
go-version: '1.20'
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/archlinuxarm-armv8-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.0.0
with:
go-version: '1.20'
id: go
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.0
with:
go-version: '1.20'
- uses: actions/setup-python@v4
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.0.0
with:
go-version: '1.20'
- name: golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Set up Go 1.20
if: steps.cache-key.outputs.cache-hit != 'true'
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.0.0
with:
go-version: '1.20'
id: go
Expand Down

0 comments on commit bede266

Please sign in to comment.