Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 4 to 5 (#1123)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent e5f3480 commit 9cbe42a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- '**/*.sum'
- '**/*.work'
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.19'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.19'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- '**/*.sum'
- '**/*.work'
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.19'

Expand Down

0 comments on commit 9cbe42a

Please sign in to comment.