Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 5.2.0 to 5.3.0 in the gh group
Browse files Browse the repository at this point in the history
Bumps the gh group with 1 update: [actions/setup-go](https://github.com/actions/setup-go).


Updates `actions/setup-go` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5.2.0...v5.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 8f3e791 commit f84a54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Extract version of Go to use
run: echo "GOVERSION=$(cat go.mod | grep -w "go" | awk ' { print $2 } ' | grep -w "^[^v]")" >> $GITHUB_ENV
- name: Set up Go
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: ${{ env.GOVERSION }}

Expand All @@ -57,7 +57,7 @@ jobs:
- name: Extract version of Go to use
run: echo "GOVERSION=$(cat go.mod | grep -w "go" | awk ' { print $2 } ' | grep -w "^[^v]")" >> $GITHUB_ENV
- name: Set up Go
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: ${{ env.GOVERSION }}

Expand Down

0 comments on commit f84a54b

Please sign in to comment.