Skip to content

Commit 8a9cd25

Browse files
chore: bump actions/setup-go from 5.1.0 to 5.2.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@41dfa10...3041bf5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f68a310 commit 8a9cd25

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/code-health-tools.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout CLI
2020
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2121
- name: Install Go
22-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
22+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
2323
with:
2424
go-version-file: 'tools/cli/go.mod'
2525
- name: Build CLI
@@ -40,7 +40,7 @@ jobs:
4040
- name: Checkout
4141
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
4242
- name: Install Go
43-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
43+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
4444
with:
4545
go-version-file: 'tools/cli/go.mod'
4646
- name: Run unit tests
@@ -88,7 +88,7 @@ jobs:
8888
run: |
8989
npm run lint-js
9090
- name: Install Go
91-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
91+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
9292
with:
9393
go-version-file: 'tools/cli/go.mod'
9494
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
@@ -118,7 +118,7 @@ jobs:
118118
- name: Checkout
119119
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
120120
- name: Install Go
121-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
121+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
122122
with:
123123
go-version-file: 'tools/cli/go.mod'
124124
- name: Run e2e tests

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
ref: ${{ inputs.version_number }}
6262
- name: Set up Go
63-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
63+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
6464
with:
6565
go-version-file: 'tools/cli/go.mod'
6666
- name: Run GoReleaser

.github/workflows/required-spec-validations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
SPECTRAL_VERSION: ${{ inputs.spectral_version }}
4343
run: npx -- @stoplight/spectral-cli@"${SPECTRAL_VERSION}" lint openapi-foas.yaml --ruleset=tools/spectral/.spectral.yaml
4444
- name: Install Go
45-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
45+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
4646
with:
4747
go-version-file: 'tools/cli/go.mod'
4848
cache-dependency-path: "tools/cli/go.sum"

0 commit comments

Comments
 (0)