File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 run : |
3737 git clone https://${{secrets.PAT}}@github.com/rudderlabs/rudder-ingestion-svc.git
3838 - name : Set up Go
39- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
39+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
4040 with :
4141 go-version-file : ' rudder-ingestion-svc/go.mod'
4242 - name : ' Update Go module to use current branch'
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 echo "Go version from ingestion service: $go_version"
106106
107107 - name : Setup Go
108- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
108+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
109109 with :
110110 go-version : ${{ steps.get_go_version.outputs.go_version }}
111111
Original file line number Diff line number Diff line change 2525 egress-policy : audit
2626
2727 - name : Setup Go
28- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
28+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
2929 with :
3030 go-version : 1.17
3131
You can’t perform that action at this time.
0 commit comments