File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 path : ${{ github.workspace }}/src/github.com/tektoncd/triggers
4141
4242 - name : Set up Go
43- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
43+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
4444 with :
4545 go-version-file : " ${{ github.workspace }}/src/github.com/tektoncd/triggers/go.mod"
4646
Original file line number Diff line number Diff line change 1313 name : lint
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
16+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
1717 with :
1818 go-version : " 1.24"
1919 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
Original file line number Diff line number Diff line change 4444 path : ${{ github.workspace }}/src/github.com/tektoncd/triggers
4545
4646 - name : Set up Go
47- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
47+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
4848 with :
4949 cache-dependency-path : " ${{ github.workspace }}/src/github.com/tektoncd/triggers/go.sum"
5050 go-version-file : " ${{ github.workspace }}/src/github.com/tektoncd/triggers/go.mod"
Original file line number Diff line number Diff line change 9292 path : ${{ github.workspace }}/src/github.com/tektoncd/triggers
9393
9494 - name : Set up Go
95- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
95+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
9696 with :
9797 cache-dependency-path : src/github.com/tektoncd/triggers/go.sum
9898 go-version-file : src/github.com/tektoncd/triggers/go.mod
@@ -119,7 +119,7 @@ jobs:
119119 path : ${{ github.workspace }}/src/github.com/tektoncd/triggers
120120
121121 - name : Set up Go
122- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
122+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
123123 with :
124124 cache-dependency-path : src/github.com/tektoncd/triggers/go.sum
125125 go-version-file : src/github.com/tektoncd/triggers/go.mod
@@ -171,7 +171,7 @@ jobs:
171171 path : ${{ github.workspace }}/src/github.com/tektoncd/triggers
172172
173173 - name : Set up Go
174- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
174+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
175175 with :
176176 cache-dependency-path : src/github.com/tektoncd/triggers/go.sum
177177 go-version-file : src/github.com/tektoncd/triggers/go.mod
You can’t perform that action at this time.
0 commit comments