Skip to content

Commit 93c2c0f

Browse files
chore(deps): update actions/setup-go action to v6.1.0
1 parent dc91d73 commit 93c2c0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/reusable-release-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
echo "DATE=`date`" >> $GITHUB_ENV
9696
- uses: actions/checkout@v5
9797
- name: Set up Go
98-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
98+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
9999
with:
100100
go-version-file: './go.mod'
101101
- name: Build integration
@@ -384,7 +384,7 @@ jobs:
384384
echo "CURRENT_VERSION=$CURRENT_VERSION" >> $GITHUB_ENV
385385
386386
- name: Set up Go
387-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
387+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
388388
with:
389389
go-version-file: './go.mod'
390390

.github/workflows/reusable-security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v5
2424

2525
- name: Set up Go
26-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
26+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2727
with:
2828
go-version-file: './go.mod'
2929

0 commit comments

Comments
 (0)