Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 4.0.1 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 4.0.1 to 5.0.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v4.0.1...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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent 3d55aa3 commit 1b38dc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Go environment
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v5.0.0
with:
go-version: "1.21"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
go.sum
- name: Setup Go environment
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v5.0.0
if: steps.changed-go-files.outputs.any_changed == 'true'
with:
go-version: "1.21"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Go environment
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v5.0.0
with:
go-version: "1.21"

Expand Down

0 comments on commit 1b38dc8

Please sign in to comment.