Skip to content

Commit 426106e

Browse files
chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0 (#380)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b2a7f3 commit 426106e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/govulncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: ${{ github.event.pull_request.head.sha || github.ref }}
2222

2323
- name: Setup Go
24-
uses: actions/setup-go@v6.2.0
24+
uses: actions/setup-go@v6.3.0
2525
with:
2626
go-version-file: go.mod
2727
cache: true

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v6
1717

1818
- name: install go
19-
uses: actions/setup-go@v6.2.0
19+
uses: actions/setup-go@v6.3.0
2020
with:
2121
go-version-file: go.mod
2222
check-latest: true

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v6
1919

2020
- name: install go
21-
uses: actions/setup-go@v6.2.0
21+
uses: actions/setup-go@v6.3.0
2222
with:
2323
go-version-file: go.mod
2424
check-latest: true

0 commit comments

Comments
 (0)