Skip to content

Commit

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

---
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 4, 2024
1 parent 2031d98 commit 6c2bd48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "::set-output name=go-version::$(grep "^go " go.mod | cut -d " " -f 2)"

- name: "get go"
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ steps.detect.outputs.go-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: jitterbit/await-check-suites@v1

- name: "get go"
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ steps.detect.outputs.go-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: echo "::set-output name=go-version::$(grep "^go " go.mod | cut -d " " -f 2)"

- name: "get go"
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ steps.detect.outputs.go-version }}

Expand Down

0 comments on commit 6c2bd48

Please sign in to comment.