Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 3.5.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.5.0 to 5.0.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v3.5.0...v5.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 3afb2b2 commit c62806b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup go env
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v5.0.0
with:
go-version: '1.16'
- name: Run tests
Expand All @@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup go env
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v5.0.0
with:
go-version: '1.16'
- name: Release new package on tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup go env
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v5.0.0
with:
go-version: '1.16'
- name: Run tests
Expand Down

0 comments on commit c62806b

Please sign in to comment.