Skip to content

Commit 34d21a3

Browse files
chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0 (#5010)
1 parent 85fa635 commit 34d21a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ingestion-service-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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'

.github/workflows/update-ingestion-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/ut-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

0 commit comments

Comments
 (0)