Skip to content

Commit 364d301

Browse files
chore(deps): update actions/setup-go action to v7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c148582 commit 364d301

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v7
4242

4343
- name: Install Go
44-
uses: actions/setup-go@v6
44+
uses: actions/setup-go@v7
4545
with:
4646
go-version: ${{ matrix.go-version }}
4747

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Git Fetch
2626
run: git fetch --force --tags
2727
- name: Setup go
28-
uses: actions/setup-go@v6
28+
uses: actions/setup-go@v7
2929
with:
3030
go-version: stable
3131

0 commit comments

Comments
 (0)