Skip to content

Commit 43a7b7c

Browse files
chore(deps): bump actions/setup-go from 6 to 7 (#70)
1 parent 7197de3 commit 43a7b7c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dep-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v6
1515
- name: Setup Go
16-
uses: actions/setup-go@v6
16+
uses: actions/setup-go@v7
1717
with:
1818
go-version: '1.25.x'
1919
- name: Update dependencies

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Fetch all history for all tags and branches
2020
fetch-depth: 0
2121
- name: Set up Go
22-
uses: actions/setup-go@v6
22+
uses: actions/setup-go@v7
2323
with:
2424
go-version: '1.25'
2525
- name: Run GoReleaser

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v6
1212
- name: Setup Go
13-
uses: actions/setup-go@v6
13+
uses: actions/setup-go@v7
1414
with:
1515
go-version: '1.25.x'
1616
cache-dependency-path: cache-dependency/go.sum

0 commit comments

Comments
 (0)