Skip to content

Commit 83d4a23

Browse files
authored
build(deps): bump actions/setup-go from 6 to 7 (#164)
2 parents 936531c + 61a9fb7 commit 83d4a23

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "proto_enabled=${PROTO_ENABLED:-true}" >> "$GITHUB_OUTPUT"
2424
2525
- name: Set up Go
26-
uses: actions/setup-go@v6.5.0
26+
uses: actions/setup-go@v7
2727
with:
2828
go-version: "${{ steps.settings.outputs.go_version }}"
2929
check-latest: true

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "golangci_lint_version=${GOLANGCI_LINT_VERSION}" >> "$GITHUB_OUTPUT"
2424
echo "proto_enabled=${PROTO_ENABLED:-true}" >> "$GITHUB_OUTPUT"
2525
- name: Setup Go
26-
uses: actions/setup-go@v6
26+
uses: actions/setup-go@v7
2727
with:
2828
go-version: "${{ steps.settings.outputs.go_version }}"
2929
check-latest: true

.github/workflows/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
echo "go_version=${GO_VERSION}" >> "$GITHUB_OUTPUT"
6969
7070
- name: Setup Go
71-
uses: actions/setup-go@v6
71+
uses: actions/setup-go@v7
7272
with:
7373
go-version: "${{ steps.settings.outputs.go_version }}"
7474
check-latest: true

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
set +a
2222
echo "go_version=${GO_VERSION}" >> "$GITHUB_OUTPUT"
2323
- name: Setup Go
24-
uses: actions/setup-go@v6
24+
uses: actions/setup-go@v7
2525
with:
2626
go-version: "${{ steps.settings.outputs.go_version }}"
2727
check-latest: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
set +a
2020
echo "go_version=${GO_VERSION}" >> "$GITHUB_OUTPUT"
2121
- name: Setup Go
22-
uses: actions/setup-go@v6
22+
uses: actions/setup-go@v7
2323
with:
2424
go-version: "${{ steps.settings.outputs.go_version }}"
2525
check-latest: true

0 commit comments

Comments
 (0)