Skip to content

Commit 99b5a62

Browse files
chore(deps): bump actions/setup-go from 6.0.0 to 6.1.0 (argoproj#25360)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c917599 commit 99b5a62

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/bump-major-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
working-directory: /home/runner/go/src/github.com/argoproj/argo-cd
3838

3939
- name: Setup Golang
40-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
40+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
4141
with:
4242
go-version: ${{ env.GOLANG_VERSION }}
4343
- name: Add ~/go/bin to PATH

.github/workflows/ci-build.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Checkout code
5858
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5959
- name: Setup Golang
60-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
60+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
6161
with:
6262
go-version: ${{ env.GOLANG_VERSION }}
6363
- name: Download all Go modules
@@ -77,7 +77,7 @@ jobs:
7777
- name: Checkout code
7878
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7979
- name: Setup Golang
80-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
80+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
8181
with:
8282
go-version: ${{ env.GOLANG_VERSION }}
8383
- name: Restore go build cache
@@ -104,7 +104,7 @@ jobs:
104104
- name: Checkout code
105105
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
106106
- name: Setup Golang
107-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
107+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
108108
with:
109109
go-version: ${{ env.GOLANG_VERSION }}
110110
- name: Run golangci-lint
@@ -132,7 +132,7 @@ jobs:
132132
- name: Create symlink in GOPATH
133133
run: ln -s $(pwd) ~/go/src/github.com/argoproj/argo-cd
134134
- name: Setup Golang
135-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
135+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
136136
with:
137137
go-version: ${{ env.GOLANG_VERSION }}
138138
- name: Install required packages
@@ -196,7 +196,7 @@ jobs:
196196
- name: Create symlink in GOPATH
197197
run: ln -s $(pwd) ~/go/src/github.com/argoproj/argo-cd
198198
- name: Setup Golang
199-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
199+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
200200
with:
201201
go-version: ${{ env.GOLANG_VERSION }}
202202
- name: Install required packages
@@ -252,7 +252,7 @@ jobs:
252252
- name: Checkout code
253253
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
254254
- name: Setup Golang
255-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
255+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
256256
with:
257257
go-version: ${{ env.GOLANG_VERSION }}
258258
- name: Create symlink in GOPATH
@@ -448,7 +448,7 @@ jobs:
448448
- name: Checkout code
449449
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
450450
- name: Setup Golang
451-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
451+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
452452
with:
453453
go-version: ${{ env.GOLANG_VERSION }}
454454
- name: GH actions workaround - Kill XSP4 process

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Use correct go version. https://github.com/github/codeql-action/issues/1842#issuecomment-1704398087
3535
- name: Setup Golang
36-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
36+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3737
with:
3838
go-version-file: go.mod
3939

.github/workflows/image-reuse.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: ${{ github.ref_type != 'tag'}}
6868

6969
- name: Setup Golang
70-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
70+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
7171
with:
7272
go-version: ${{ inputs.go-version }}
7373
cache: false

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: git fetch --force --tags
109109

110110
- name: Setup Golang
111-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
111+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
112112
with:
113113
go-version: ${{ env.GOLANG_VERSION }}
114114
cache: false
@@ -191,7 +191,7 @@ jobs:
191191
token: ${{ secrets.GITHUB_TOKEN }}
192192

193193
- name: Setup Golang
194-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
194+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
195195
with:
196196
go-version: ${{ env.GOLANG_VERSION }}
197197
cache: false

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Some codegen commands require Go to be setup
2626
- name: Setup Golang
27-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
27+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2828
with:
2929
# renovate: datasource=golang-version packageName=golang
3030
go-version: 1.25.3

0 commit comments

Comments
 (0)