Skip to content

Commit d8cc06e

Browse files
Merge pull request #345 from DataDog/remeh/upgrade-setup-go
github: upgrade setup-go Co-authored-by: remeh <[email protected]>
2 parents 5d6607c + 42590db commit d8cc06e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/datadog-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ${{ matrix.runs-on }}
3737
steps:
3838
- name: Setup go
39-
uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3.6.1
39+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
4040
with:
4141
go-version: ${{ matrix.go-version }}
4242
- name: Checkout code

.github/workflows/generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.runs-on }}
1414
steps:
1515
- name: Setup go
16-
uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3.6.1
16+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
1717
with:
1818
go-version: 'stable'
1919
- name: Checkout code

0 commit comments

Comments
 (0)