Skip to content

Commit f3d74b8

Browse files
ci(github-action)!: Update actions/setup-go action to v7.0.0 (#108)
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/setup-go | v6.5.0 | v7.0.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1d33b3d commit f3d74b8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Go
21-
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
21+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
2222
with:
2323
go-version-file: go.mod
2424

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
23+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
2424
with:
2525
go-version-file: go.mod
2626
cache: true
@@ -66,7 +66,7 @@ jobs:
6666
fi
6767
6868
- name: Set up Go
69-
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
69+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
7070
with:
7171
go-version-file: go.mod
7272
cache: true
@@ -99,7 +99,7 @@ jobs:
9999
fetch-depth: 0
100100

101101
- name: Set up Go
102-
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
102+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
103103
with:
104104
go-version-file: go.mod
105105
cache: true

0 commit comments

Comments
 (0)