Skip to content

Commit 6587ffc

Browse files
dependabot[bot]tekton-robot
authored andcommitted
Bump actions/setup-go from 5.4.0 to 5.5.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@0aaccfd...d35c59a) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1843e6b commit 6587ffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: ${{ github.workspace }}/src/github.com/tektoncd/dashboard
3838

3939
- name: Set up Go
40-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
40+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4141
with:
4242
cache-dependency-path: "${{ github.workspace }}/src/github.com/tektoncd/dashboard/go.sum"
4343
go-version-file: "${{ github.workspace }}/src/github.com/tektoncd/dashboard/go.mod"
@@ -120,7 +120,7 @@ jobs:
120120
path: ${{ github.workspace }}/src/github.com/tektoncd/dashboard
121121

122122
- name: Set up Go
123-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
123+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
124124
with:
125125
cache-dependency-path: "${{ github.workspace }}/src/github.com/tektoncd/dashboard/go.sum"
126126
go-version-file: "${{ github.workspace }}/src/github.com/tektoncd/dashboard/go.mod"

0 commit comments

Comments
 (0)