Skip to content

Commit

Permalink
Merge pull request #547 from gotd/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-go-5.0.1

chore(deps): bump actions/setup-go from 5.0.0 to 5.0.1
  • Loading branch information
ernado authored May 3, 2024
2 parents aa42f3e + d5138a3 commit 645bf5a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/[email protected]

- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: ${{ matrix.go }}
cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: 1.21.x
cache: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: 1.21.x
cache: false
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: 1.21.x
cache: false
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: 1.21.x
cache: false
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: 1.21.x
cache: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/[email protected]

- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: 1.21.x
cache: false
Expand All @@ -35,7 +35,7 @@ jobs:
uses: actions/[email protected]

- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: 1.21.x
cache: false
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/[email protected]

- name: Install Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: 1.21.x
cache: false
Expand Down

0 comments on commit 645bf5a

Please sign in to comment.