Skip to content

Commit f888cad

Browse files
fix(deps): update actions/setup-go action to v6.5.0
Signed-off-by: mogenius-renovate-bot[bot] <260588915+mogenius-renovate-bot[bot]@users.noreply.github.com>
1 parent 651acfc commit f888cad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4141

4242
- name: Set up Go
43-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
43+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
4444
with:
4545
go-version: ${{ inputs.go_version }}
4646
cache-dependency-path: ${{ inputs.path }}/go.sum

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4646

4747
- name: Set up Go
48-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
48+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
4949
with:
5050
go-version: ${{ inputs.go_version }}
5151
cache-dependency-path: ${{ inputs.path }}/go.sum

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4141

4242
- name: Set up Go
43-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
43+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
4444
with:
4545
go-version: ${{ inputs.go_version }}
4646
cache-dependency-path: ${{ inputs.path }}/go.sum

0 commit comments

Comments
 (0)