Skip to content

Commit 1be4784

Browse files
build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 in the gh group
Bumps the gh group with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4da19e0 commit 1be4784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Extract version of Go to use
3434
run: echo "GOVERSION=$(cat go.mod | grep -w "go" | awk ' { print $2 } ' | grep -w "^[^v]")" >> $GITHUB_ENV
3535
- name: Set up Go
36-
uses: actions/[email protected].0
36+
uses: actions/[email protected].1
3737
with:
3838
go-version: ${{ env.GOVERSION }}
3939

@@ -57,7 +57,7 @@ jobs:
5757
- name: Extract version of Go to use
5858
run: echo "GOVERSION=$(cat go.mod | grep -w "go" | awk ' { print $2 } ' | grep -w "^[^v]")" >> $GITHUB_ENV
5959
- name: Set up Go
60-
uses: actions/[email protected].0
60+
uses: actions/[email protected].1
6161
with:
6262
go-version: ${{ env.GOVERSION }}
6363

0 commit comments

Comments
 (0)