Skip to content

Commit 4f8c58e

Browse files
chore(deps): update actions/setup-go action to v7 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be865ab commit 4f8c58e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323
- name: Set up Go
24-
uses: actions/setup-go@v6
24+
uses: actions/setup-go@v7
2525
with:
2626
go-version-file: go.mod
2727
cache: true

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v7
1919

20-
- uses: actions/setup-go@v6
20+
- uses: actions/setup-go@v7
2121
with:
2222
go-version-file: go.mod
2323
cache: true
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v7
4545

46-
- uses: actions/setup-go@v6
46+
- uses: actions/setup-go@v7
4747
with:
4848
go-version-file: go.mod
4949
cache: true

0 commit comments

Comments
 (0)